Interface Page
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PageImpl
The Interface Page.
-
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.
-
Method Details
-
getId
int getId()Gets the id.- Returns:
- the id
-
setId
void setId(int id) Sets the id.- Parameters:
id- the new id
-
getUid
int getUid()Gets the uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets the uid.- Parameters:
uid- the new uid
-
getPrefix
String getPrefix()Gets the prefix.- Returns:
- the prefix
-
setPrefix
Sets the prefix.- Parameters:
prefix- the new prefix
-
getNumber
String getNumber()Gets the number.- Returns:
- the number
-
setNumber
Sets the number.- Parameters:
number- the new number
-
getInteger
int getInteger()Gets the integer.- Returns:
- the integer
-
setInteger
void setInteger(int integer) Sets the integer.- Parameters:
integer- the new integer
-
getOrdinal
int getOrdinal()Gets the ordinal.- Returns:
- the ordinal
-
setOrdinal
void setOrdinal(int ordinal) Sets the ordinal.- Parameters:
ordinal- the new ordinal
-
getRecord
Record getRecord()Gets the record.- Returns:
- the record
-
setRecord
Sets the record.- Parameters:
record- the new record
-
getType
PageType getType()Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getMasterpage
String getMasterpage()Gets the masterpage.- Returns:
- the masterpage
-
setMasterpage
Sets the masterpage.- Parameters:
masterpage- the new masterpage
-
getPagetemplate
PageTemplate getPagetemplate()Gets the pagetemplate.- Returns:
- the pagetemplate
-
setPagetemplate
Sets the pagetemplate.- Parameters:
pagetemplate- the new pagetemplate
-
getDimensions
Dimensions getDimensions()Gets the dimensions.- Returns:
- the dimensions
-
setDimensions
Sets the dimensions.- Parameters:
dimensions- the new dimensions
-
getGuides
Gets the guides.- Returns:
- the guides
-
setGuides
Sets the guides.- Parameters:
guides- the new guides
-