Class XmlElementGridImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.XmlElementGridImpl
-
- All Implemented Interfaces:
XmlElementGrid,java.io.Serializable
public class XmlElementGridImpl extends java.lang.Object implements java.io.Serializable, XmlElementGrid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlElementGridImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()Gets bottom.intgetLeft()Gets left.intgetRight()Gets right.intgetTop()Gets top.voidsetBottom(int bottom)Sets bottom.voidsetLeft(int left)Sets left.voidsetRight(int right)Sets right.voidsetTop(int top)Sets top.
-
-
-
Method Detail
-
getLeft
public int getLeft()
Description copied from interface:XmlElementGridGets left.- Specified by:
getLeftin interfaceXmlElementGrid- Returns:
- the left
-
setLeft
public void setLeft(int left)
Description copied from interface:XmlElementGridSets left.- Specified by:
setLeftin interfaceXmlElementGrid- Parameters:
left- the left
-
getTop
public int getTop()
Description copied from interface:XmlElementGridGets top.- Specified by:
getTopin interfaceXmlElementGrid- Returns:
- the top
-
setTop
public void setTop(int top)
Description copied from interface:XmlElementGridSets top.- Specified by:
setTopin interfaceXmlElementGrid- Parameters:
top- the top
-
getRight
public int getRight()
Description copied from interface:XmlElementGridGets right.- Specified by:
getRightin interfaceXmlElementGrid- Returns:
- the right
-
setRight
public void setRight(int right)
Description copied from interface:XmlElementGridSets right.- Specified by:
setRightin interfaceXmlElementGrid- Parameters:
right- the right
-
getBottom
public int getBottom()
Description copied from interface:XmlElementGridGets bottom.- Specified by:
getBottomin interfaceXmlElementGrid- Returns:
- the bottom
-
setBottom
public void setBottom(int bottom)
Description copied from interface:XmlElementGridSets bottom.- Specified by:
setBottomin interfaceXmlElementGrid- Parameters:
bottom- the bottom
-
-