Class PageTemplate
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.PageTemplate
- All Implemented Interfaces:
Serializable
Class representing a page template in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionflag determinig whether page template is activeauto opposite mode of the Page Templateauto successor mode of the Page Templatebarrier of the Page Templatedocument name of Page TemplategetId()page template IDgetLinks()links of the Page Templatebottom margin of the Page Templateleft margin of the Page Templateright margin of the Page Templatetop margin of the Page Templatemaster pages of the Page TemplategetName()name of the page templateopposite of the Page TemplateID of ownerheight of page in Page Templatepage number of Page Templatepage type of the Page Templatepage widthstring ID of the Page Templatesuccessor of the Page Templatelist of templates in the Page TemplatevoidvoidsetAutoOpposite(Integer autoOpposite) voidsetAutoSuccessor(Integer autoSuccessor) voidsetBarrier(Integer barrier) voidsetDocName(String docName) voidvoidsetMarginBottom(Double marginBottom) voidsetMarginLeft(Double marginLeft) voidsetMarginRight(Double marginRight) voidsetMarginTop(Double marginTop) voidsetMasterPages(String masterPages) voidvoidsetOpposite(Integer opposite) voidsetOwnerId(Integer ownerId) voidsetPageHeight(Double pageHeight) voidsetPageNum(Integer pageNum) voidsetPageType(Integer pageType) voidsetPageWidth(Double pageWidth) voidsetStringId(String stringId) voidsetSuccessor(Integer successor) voidsetTemplates(List<TemplateForPageTemplate> templates) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
PageTemplate
public PageTemplate()
-
-
Method Details
-
getId
page template ID -
setId
-
getOwnerId
ID of owner -
setOwnerId
-
getActive
flag determinig whether page template is active -
setActive
-
getName
name of the page template -
setName
-
getDocName
document name of Page Template -
setDocName
-
getPageHeight
height of page in Page Template -
setPageHeight
-
getPageWidth
page width -
setPageWidth
-
getPageNum
page number of Page Template -
setPageNum
-
getMarginLeft
left margin of the Page Template -
setMarginLeft
-
getMarginTop
top margin of the Page Template -
setMarginTop
-
getMarginRight
right margin of the Page Template -
setMarginRight
-
getMarginBottom
bottom margin of the Page Template -
setMarginBottom
-
getPageType
page type of the Page Template -
setPageType
-
getBarrier
barrier of the Page Template -
setBarrier
-
getStringId
string ID of the Page Template -
setStringId
-
getOpposite
opposite of the Page Template -
setOpposite
-
getSuccessor
successor of the Page Template -
setSuccessor
-
getMasterPages
master pages of the Page Template -
setMasterPages
-
getAutoOpposite
auto opposite mode of the Page Template -
setAutoOpposite
-
getAutoSuccessor
auto successor mode of the Page Template -
setAutoSuccessor
-
getTemplates
list of templates in the Page Template -
setTemplates
-
getLinks
links of the Page Template
-