Class SpreadImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.group.SpreadImpl
-
- All Implemented Interfaces:
Spread,java.io.Serializable
public class SpreadImpl extends java.lang.Object implements java.io.Serializable, Spread
The type Spread.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetId()Gets the id.java.util.List<Page>getPages()Gets the pages.voidsetId(java.lang.Integer id)Sets the id.voidsetPages(java.util.List<Page> pages)Sets the pages.
-
-
-
Method Detail
-
getPages
public java.util.List<Page> getPages()
Description copied from interface:SpreadGets the pages.
-
setPages
public void setPages(java.util.List<Page> pages)
Description copied from interface:SpreadSets the pages.
-
getId
public java.lang.Integer getId()
Description copied from interface:SpreadGets the id.
-
-