Class CornersImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.CornersImpl
-
- All Implemented Interfaces:
Corners,java.io.Serializable
public class CornersImpl extends java.lang.Object implements java.io.Serializable, Corners
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CornersImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CornergetLeftbottom()CornerGets the left bottom corner.CornergetLefttop()CornerGets the left top corner.CornergetRightbottom()CornerGets the right bottom corner.CornergetRighttop()CornerGets the right top corner.CornergetSimple()CornerGets the simple corner.voidsetLeftbottom(Corner leftbottom)CornerSets the left bottom corner.voidsetLefttop(Corner lefttop)CornerSets the left top corner.voidsetRightbottom(Corner rightbottom)CornerSets the right bottom corner.voidsetRighttop(Corner righttop)CornerSets the right top corner.voidsetSimple(Corner simple)CornerSets the simple corner.
-
-
-
Method Detail
-
getSimple
public Corner getSimple()
Description copied from interface:CornersCornerGets the simple corner.
-
setSimple
public void setSimple(Corner simple)
Description copied from interface:CornersCornerSets the simple corner.
-
getLefttop
public Corner getLefttop()
Description copied from interface:CornersCornerGets the left top corner.- Specified by:
getLefttopin interfaceCorners- Returns:
- the left top corner
- See Also:
Corner
-
setLefttop
public void setLefttop(Corner lefttop)
Description copied from interface:CornersCornerSets the left top corner.- Specified by:
setLefttopin interfaceCorners- Parameters:
lefttop- the left top corner- See Also:
Corner
-
getRighttop
public Corner getRighttop()
Description copied from interface:CornersCornerGets the right top corner.- Specified by:
getRighttopin interfaceCorners- Returns:
- the right top corner
- See Also:
Corner
-
setRighttop
public void setRighttop(Corner righttop)
Description copied from interface:CornersCornerSets the right top corner.- Specified by:
setRighttopin interfaceCorners- Parameters:
righttop- the right top corner- See Also:
Corner
-
getLeftbottom
public Corner getLeftbottom()
Description copied from interface:CornersCornerGets the left bottom corner.- Specified by:
getLeftbottomin interfaceCorners- Returns:
- the left bottom corner
- See Also:
Corner
-
setLeftbottom
public void setLeftbottom(Corner leftbottom)
Description copied from interface:CornersCornerSets the left bottom corner.- Specified by:
setLeftbottomin interfaceCorners- Parameters:
leftbottom- the left bottom corner- See Also:
Corner
-
getRightbottom
public Corner getRightbottom()
Description copied from interface:CornersCornerGets the right bottom corner.- Specified by:
getRightbottomin interfaceCorners- Returns:
- the right bottom corner
- See Also:
Corner
-
-