Class CornerImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.CornerImpl
-
- All Implemented Interfaces:
Corner,java.io.Serializable
public class CornerImpl extends java.lang.Object implements java.io.Serializable, Corner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CornerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetRadius()Gets the radius.java.lang.StringgetType()Gets the type.voidsetRadius(double radius)Sets the radius.voidsetType(java.lang.String type)Sets the type.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from interface:CornerGets the type.
-
setType
public void setType(java.lang.String type)
Description copied from interface:CornerSets the type.
-
getRadius
public double getRadius()
Description copied from interface:CornerGets the radius.
-
-