Class CornerImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.CornerImpl
All Implemented Interfaces:
Corner, Serializable

public class CornerImpl extends Object implements Serializable, Corner
See Also:
  • Constructor Details

    • CornerImpl

      public CornerImpl()
  • Method Details

    • getType

      public String getType()
      Description copied from interface: Corner
      Gets the type.
      Specified by:
      getType in interface Corner
      Returns:
      the type
    • setType

      public void setType(String type)
      Description copied from interface: Corner
      Sets the type.
      Specified by:
      setType in interface Corner
      Parameters:
      type - the type to set
    • getRadius

      public double getRadius()
      Description copied from interface: Corner
      Gets the radius.
      Specified by:
      getRadius in interface Corner
      Returns:
      the radius
    • setRadius

      public void setRadius(double radius)
      Description copied from interface: Corner
      Sets the radius.
      Specified by:
      setRadius in interface Corner
      Parameters:
      radius - the radius to set