Class PageImpl
java.lang.Object
com.priint.pubserver.metadata.xml.spread.PageImpl
- All Implemented Interfaces:
Page,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the dimensions.Gets the guides.intgetId()Gets the id.intGets the integer.Gets the masterpage.Gets the number.intGets the ordinal.Gets the pagetemplate.Gets the prefix.Gets the record.getType()Gets the type.intgetUid()Gets the uid.voidsetDimensions(Dimensions dimensions) Sets the dimensions.voidSets the guides.voidsetId(int id) Sets the id.voidsetInteger(int integer) Sets the integer.voidsetMasterpage(String masterpage) Sets the masterpage.voidSets the number.voidsetOrdinal(int ordinal) Sets the ordinal.voidsetPagetemplate(PageTemplate pagetemplate) Sets the pagetemplate.voidSets the prefix.voidSets the record.voidSets the type.voidsetUid(int uid) Sets the uid.
-
Constructor Details
-
PageImpl
public PageImpl()
-
-
Method Details
-
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
Description copied from interface:PageGets the prefix. -
setPrefix
Description copied from interface:PageSets the prefix. -
getNumber
Description copied from interface:PageGets the number. -
setNumber
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
-
getRecord
Description copied from interface:PageGets the record. -
setRecord
Description copied from interface:PageSets the record. -
getType
Description copied from interface:PageGets the type. -
setType
Description copied from interface:PageSets the type. -
getMasterpage
Description copied from interface:PageGets the masterpage.- Specified by:
getMasterpagein interfacePage- Returns:
- the masterpage
-
setMasterpage
Description copied from interface:PageSets the masterpage.- Specified by:
setMasterpagein interfacePage- Parameters:
masterpage- the new masterpage
-
getPagetemplate
Description copied from interface:PageGets the pagetemplate.- Specified by:
getPagetemplatein interfacePage- Returns:
- the pagetemplate
-
setPagetemplate
Description copied from interface:PageSets the pagetemplate.- Specified by:
setPagetemplatein interfacePage- Parameters:
pagetemplate- the new pagetemplate
-
getDimensions
Description copied from interface:PageGets the dimensions.- Specified by:
getDimensionsin interfacePage- Returns:
- the dimensions
-
setDimensions
Description copied from interface:PageSets the dimensions.- Specified by:
setDimensionsin interfacePage- Parameters:
dimensions- the new dimensions
-
getGuides
Description copied from interface:PageGets the guides. -
setGuides
Description copied from interface:PageSets the guides.
-