Class PageImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.group.PageImpl
-
- All Implemented Interfaces:
Page,java.io.Serializable
public class PageImpl extends java.lang.Object implements java.io.Serializable, Page
The type Page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FramesgetFrames()Gets the frames.java.lang.IntegergetId()Gets the page id.voidsetFrames(Frames frames)Sets the frames.voidsetId(java.lang.Integer id)Sets the page id.
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Description copied from interface:PageGets the page id.
-
setId
public void setId(java.lang.Integer id)
Description copied from interface:PageSets the page id.
-
-