Class SpreadImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.SpreadImpl
-
- All Implemented Interfaces:
Spread,java.io.Serializable
public class SpreadImpl extends java.lang.Object implements java.io.Serializable, Spread
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentgetContent()Gets the content.DimensionsgetDimensions()Gets the dimensions.intgetId()Gets the id.java.util.List<Page>getPages()Gets the pages.RecordgetRecord()Gets the record.intgetUid()Gets the uid.voidsetContent(Content content)Sets the content.voidsetDimensions(Dimensions dimensions)Sets the dimensions.voidsetId(int id)Sets the id.voidsetPages(java.util.List<Page> pages)Sets the pages.voidsetRecord(Record record)Sets the record.voidsetUid(int uid)Sets the uid.
-
-
-
Method Detail
-
setRecord
public void setRecord(Record record)
Description copied from interface:SpreadSets the record.
-
getContent
public Content getContent()
Description copied from interface:SpreadGets the content.- Specified by:
getContentin interfaceSpread- Returns:
- the content
-
setContent
public void setContent(Content content)
Description copied from interface:SpreadSets the content.- Specified by:
setContentin interfaceSpread- Parameters:
content- the new content
-
getDimensions
public Dimensions getDimensions()
Description copied from interface:SpreadGets the dimensions.- Specified by:
getDimensionsin interfaceSpread- Returns:
- the dimensions
-
setDimensions
public void setDimensions(Dimensions dimensions)
Description copied from interface:SpreadSets the dimensions.- Specified by:
setDimensionsin interfaceSpread- Parameters:
dimensions- the new dimensions
-
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 int getId()
Description copied from interface:SpreadGets the id.
-
setId
public void setId(int id)
Description copied from interface:SpreadSets the id.
-
getUid
public int getUid()
Description copied from interface:SpreadGets the uid.
-
-