Class PageImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.BasicPageImpl
com.priint.pubserver.metadata.xml.w2ml.PageImpl
- All Implemented Interfaces:
BasicPage,Page,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetPagetemplate(int pagetemplate) voidsetPagetemplateName(String pagetemplateName) voidsetSectionIndex(int sectionIndex) Methods inherited from class com.priint.pubserver.metadata.xml.w2ml.BasicPageImpl
getColumns, getHeight, getMargins, getNum, getUid, getWidth, setColumns, setHeight, setMargins, setNum, setUid, setWidthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.metadata.w2ml.BasicPage
getColumns, getHeight, getMargins, getNum, getUid, getWidth, setColumns, setHeight, setMargins, setNum, setUid, setWidth
-
Constructor Details
-
PageImpl
public PageImpl()
-
-
Method Details
-
getPagetemplate
public int getPagetemplate()- Specified by:
getPagetemplatein interfacePage- Returns:
- the pagetemplate
-
setPagetemplate
public void setPagetemplate(int pagetemplate) - Specified by:
setPagetemplatein interfacePage- Parameters:
pagetemplate- the pagetemplate to set
-
getPagetemplateName
- Specified by:
getPagetemplateNamein interfacePage- Returns:
- the pagetemplateName
-
setPagetemplateName
- Specified by:
setPagetemplateNamein interfacePage- Parameters:
pagetemplateName- the pagetemplateName to set
-
getSectionIndex
public int getSectionIndex()- Specified by:
getSectionIndexin interfacePage- Returns:
- the sectionIndex
-
setSectionIndex
public void setSectionIndex(int sectionIndex) - Specified by:
setSectionIndexin interfacePage- Parameters:
sectionIndex- the sectionIndex to set
-