Class Template
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.pageitem.Template
- All Implemented Interfaces:
Serializable
Class representing a template in Planner REST Service.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive flag of the templatebottompos of the templatebuildSupportScript of the templategetColor()color of the templategetData()data of the templatedescription of the templatedomain of the templateformat of the templatehasShapes of the templateintgetId()id of the templategetKind()kind of the templateleftpos of the templategetLinks()links of the templatemagnets of the templatememberships of the templatemirrored of the templategetName()name of the templateplaceholder of the templatepreview of the templaterecord of the templaterightpos of the templatespread of the templategetState()state of the templateintstatuscode of the templatestatusmessage of the templatetextflowPrefix1 of the templatetextflowPrefix1Action of the templatetextflowPrefixN of the templatetextflowPrefixNAction of the templatetoppos of the templategetType()type of the templatevoidvoidsetBottompos(Double bottompos) voidsetBuildSupportScript(Integer buildSupportScript) voidvoidvoidsetDescription(String description) voidvoidvoidsetHasShapes(Integer hasShapes) voidsetId(int id) voidvoidsetLeftpos(Double leftpos) voidsetMagnets(Integer magnets) voidsetMemberships(String memberships) voidsetMirrored(Integer mirrored) voidvoidsetPlaceholder(Placeholder placeholder) voidsetPreview(Preview preview) voidvoidsetRightpos(Double rightpos) voidvoidvoidsetStatuscode(int statuscode) voidsetStatusmessage(String statusmessage) voidsetTextflowPrefix1(String textflowPrefix1) voidsetTextflowPrefix1Action(Integer textflowPrefix1Action) voidsetTextflowPrefixN(String textflowPrefixN) voidsetTextflowPrefixNAction(Integer textflowPrefixNAction) voidvoid
-
Field Details
-
id
protected int idid of the template -
timestamp
protected long timestamp
-
-
Constructor Details
-
Template
public Template() -
Template
public Template(int id)
-
-
Method Details
-
getName
name of the template -
setName
-
getDescription
description of the template -
setDescription
-
getMagnets
magnets of the template -
setMagnets
-
getMirrored
mirrored of the template -
setMirrored
-
getData
data of the template -
setData
-
getPreview
preview of the template -
setPreview
-
getType
type of the template -
setType
-
getState
state of the template -
setState
-
getDomain
domain of the template -
setDomain
-
getPlaceholder
placeholder of the template -
setPlaceholder
-
getLeftpos
leftpos of the template -
setLeftpos
-
getToppos
toppos of the template -
setToppos
-
getRightpos
rightpos of the template -
setRightpos
-
getBottompos
bottompos of the template -
setBottompos
-
getSpread
spread of the template -
setSpread
-
getKind
kind of the template -
setKind
-
getFormat
format of the template -
setFormat
-
getRecord
record of the template -
setRecord
-
getColor
color of the template -
setColor
-
getMemberships
memberships of the template -
setMemberships
-
getBuildSupportScript
buildSupportScript of the template -
setBuildSupportScript
-
getHasShapes
hasShapes of the template -
setHasShapes
-
getActive
active flag of the template -
setActive
-
getTextflowPrefix1Action
textflowPrefix1Action of the template -
setTextflowPrefix1Action
-
getTextflowPrefix1
textflowPrefix1 of the template -
setTextflowPrefix1
-
getTextflowPrefixNAction
textflowPrefixNAction of the template -
setTextflowPrefixNAction
-
getTextflowPrefixN
textflowPrefixN of the template -
setTextflowPrefixN
-
getId
public int getId()id of the template -
setId
public void setId(int id) -
getStatuscode
public int getStatuscode()statuscode of the template- Overrides:
getStatuscodein classPlannerApiResource
-
setStatuscode
public void setStatuscode(int statuscode) - Overrides:
setStatuscodein classPlannerApiResource
-
getStatusmessage
statusmessage of the template- Overrides:
getStatusmessagein classPlannerApiResource
-
setStatusmessage
- Overrides:
setStatusmessagein classPlannerApiResource
-
getLinks
links of the template
-