Class PageImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.spread.PageImpl
-
- All Implemented Interfaces:
Page,java.io.Serializable
public class PageImpl extends java.lang.Object implements java.io.Serializable, Page
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DimensionsgetDimensions()Gets the dimensions.java.util.List<Guide>getGuides()Gets the guides.intgetId()Gets the id.intgetInteger()Gets the integer.java.lang.StringgetMasterpage()Gets the masterpage.java.lang.StringgetNumber()Gets the number.intgetOrdinal()Gets the ordinal.PageTemplategetPagetemplate()Gets the pagetemplate.java.lang.StringgetPrefix()Gets the prefix.RecordgetRecord()Gets the record.PageTypegetType()Gets the type.intgetUid()Gets the uid.voidsetDimensions(Dimensions dimensions)Sets the dimensions.voidsetGuides(java.util.List<Guide> guides)Sets the guides.voidsetId(int id)Sets the id.voidsetInteger(int integer)Sets the integer.voidsetMasterpage(java.lang.String masterpage)Sets the masterpage.voidsetNumber(java.lang.String number)Sets the number.voidsetOrdinal(int ordinal)Sets the ordinal.voidsetPagetemplate(PageTemplate pagetemplate)Sets the pagetemplate.voidsetPrefix(java.lang.String prefix)Sets the prefix.voidsetRecord(Record record)Sets the record.voidsetType(PageType type)Sets the type.voidsetUid(int uid)Sets the uid.
-
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:PageGets the id.
-
setId
public void setId(int id)
Description copied from interface:PageSets the id.
-
getUid
public int getUid()
Description copied from interface:PageGets the uid.
-
setUid
public void setUid(int uid)
Description copied from interface:PageSets the uid.
-
getPrefix
public java.lang.String getPrefix()
Description copied from interface:PageGets the prefix.
-
setPrefix
public void setPrefix(java.lang.String prefix)
Description copied from interface:PageSets the prefix.
-
getNumber
public java.lang.String getNumber()
Description copied from interface:PageGets the number.
-
setNumber
public void setNumber(java.lang.String number)
Description copied from interface:PageSets the number.
-
getInteger
public int getInteger()
Description copied from interface:PageGets the integer.- Specified by:
getIntegerin interfacePage- Returns:
- the integer
-
setInteger
public void setInteger(int integer)
Description copied from interface:PageSets the integer.- Specified by:
setIntegerin interfacePage- Parameters:
integer- the new integer
-
getOrdinal
public int getOrdinal()
Description copied from interface:PageGets the ordinal.- Specified by:
getOrdinalin interfacePage- Returns:
- the ordinal
-
setOrdinal
public void setOrdinal(int ordinal)
Description copied from interface:PageSets the ordinal.- Specified by:
setOrdinalin interfacePage- Parameters:
ordinal- the new ordinal
-
setRecord
public void setRecord(Record record)
Description copied from interface:PageSets the record.
-
getMasterpage
public java.lang.String getMasterpage()
Description copied from interface:PageGets the masterpage.- Specified by:
getMasterpagein interfacePage- Returns:
- the masterpage
-
setMasterpage
public void setMasterpage(java.lang.String masterpage)
Description copied from interface:PageSets the masterpage.- Specified by:
setMasterpagein interfacePage- Parameters:
masterpage- the new masterpage
-
getPagetemplate
public PageTemplate getPagetemplate()
Description copied from interface:PageGets the pagetemplate.- Specified by:
getPagetemplatein interfacePage- Returns:
- the pagetemplate
-
setPagetemplate
public void setPagetemplate(PageTemplate pagetemplate)
Description copied from interface:PageSets the pagetemplate.- Specified by:
setPagetemplatein interfacePage- Parameters:
pagetemplate- the new pagetemplate
-
getDimensions
public Dimensions getDimensions()
Description copied from interface:PageGets the dimensions.- Specified by:
getDimensionsin interfacePage- Returns:
- the dimensions
-
setDimensions
public void setDimensions(Dimensions dimensions)
Description copied from interface:PageSets the dimensions.- Specified by:
setDimensionsin interfacePage- Parameters:
dimensions- the new dimensions
-
getGuides
public java.util.List<Guide> getGuides()
Description copied from interface:PageGets the guides.
-
-