Class PageImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.BasicPageImpl
-
- com.priint.pubserver.metadata.xml.w2ml.PageImpl
-
public class PageImpl extends BasicPageImpl 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 intgetPagetemplate()java.lang.StringgetPagetemplateName()intgetSectionIndex()voidsetPagetemplate(int pagetemplate)voidsetPagetemplateName(java.lang.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, setWidth
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.priint.pubserver.metadata.w2ml.BasicPage
getColumns, getHeight, getMargins, getNum, getUid, getWidth, setColumns, setHeight, setMargins, setNum, setUid, setWidth
-
-
-
-
Method Detail
-
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
public java.lang.String getPagetemplateName()
- Specified by:
getPagetemplateNamein interfacePage- Returns:
- the pagetemplateName
-
setPagetemplateName
public void setPagetemplateName(java.lang.String pagetemplateName)
- 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
-
-