Class CornersImpl

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

public class CornersImpl extends Object implements Serializable, Corners
See Also:
  • Constructor Details

    • CornersImpl

      public CornersImpl()
  • Method Details

    • getSimple

      public Corner getSimple()
      Description copied from interface: Corners
      Corner Gets the simple corner.
      Specified by:
      getSimple in interface Corners
      Returns:
      the simple corner
      See Also:
    • setSimple

      public void setSimple(Corner simple)
      Description copied from interface: Corners
      Corner Sets the simple corner.
      Specified by:
      setSimple in interface Corners
      Parameters:
      simple - corner
      See Also:
    • getLefttop

      public Corner getLefttop()
      Description copied from interface: Corners
      Corner Gets the left top corner.
      Specified by:
      getLefttop in interface Corners
      Returns:
      the left top corner
      See Also:
    • setLefttop

      public void setLefttop(Corner lefttop)
      Description copied from interface: Corners
      Corner Sets the left top corner.
      Specified by:
      setLefttop in interface Corners
      Parameters:
      lefttop - the left top corner
      See Also:
    • getRighttop

      public Corner getRighttop()
      Description copied from interface: Corners
      Corner Gets the right top corner.
      Specified by:
      getRighttop in interface Corners
      Returns:
      the right top corner
      See Also:
    • setRighttop

      public void setRighttop(Corner righttop)
      Description copied from interface: Corners
      Corner Sets the right top corner.
      Specified by:
      setRighttop in interface Corners
      Parameters:
      righttop - the right top corner
      See Also:
    • getLeftbottom

      public Corner getLeftbottom()
      Description copied from interface: Corners
      Corner Gets the left bottom corner.
      Specified by:
      getLeftbottom in interface Corners
      Returns:
      the left bottom corner
      See Also:
    • setLeftbottom

      public void setLeftbottom(Corner leftbottom)
      Description copied from interface: Corners
      Corner Sets the left bottom corner.
      Specified by:
      setLeftbottom in interface Corners
      Parameters:
      leftbottom - the left bottom corner
      See Also:
    • getRightbottom

      public Corner getRightbottom()
      Description copied from interface: Corners
      Corner Gets the right bottom corner.
      Specified by:
      getRightbottom in interface Corners
      Returns:
      the right bottom corner
      See Also:
    • setRightbottom

      public void setRightbottom(Corner rightbottom)
      Description copied from interface: Corners
      Corner Sets the right bottom corner.
      Specified by:
      setRightbottom in interface Corners
      Parameters:
      rightbottom - the right bottom corner
      See Also: