Class SpreadImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.SpreadImpl
- All Implemented Interfaces:
Spread,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the content.Gets the dimensions.intgetId()Gets the id.getPages()Gets the pages.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.voidSets the pages.voidSets the record.voidsetUid(int uid) Sets the uid.
-
Constructor Details
-
SpreadImpl
public SpreadImpl()
-
-
Method Details
-
getRecord
Description copied from interface:SpreadGets the record. -
setRecord
Description copied from interface:SpreadSets the record. -
getContent
Description copied from interface:SpreadGets the content.- Specified by:
getContentin interfaceSpread- Returns:
- the content
-
setContent
Description copied from interface:SpreadSets the content.- Specified by:
setContentin interfaceSpread- Parameters:
content- the new content
-
getDimensions
Description copied from interface:SpreadGets the dimensions.- Specified by:
getDimensionsin interfaceSpread- Returns:
- the dimensions
-
setDimensions
Description copied from interface:SpreadSets the dimensions.- Specified by:
setDimensionsin interfaceSpread- Parameters:
dimensions- the new dimensions
-
getPages
Description copied from interface:SpreadGets the pages. -
setPages
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. -
setUid
public void setUid(int uid) Description copied from interface:SpreadSets the uid.
-