Class Template
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.pageitem.Template
-
- All Implemented Interfaces:
java.io.Serializable
public class Template extends PlannerApiResource implements java.io.Serializable
Class representing a template in Planner REST Service.- See Also:
PlannerApiResource, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetActive()active flag of the templatejava.lang.DoublegetBottompos()bottompos of the templatejava.lang.IntegergetBuildSupportScript()buildSupportScript of the templatejava.lang.IntegergetColor()color of the templateDatagetData()data of the templatejava.lang.StringgetDescription()description of the templateDomaingetDomain()domain of the templatejava.lang.IntegergetFormat()format of the templatejava.lang.IntegergetHasShapes()hasShapes of the templateintgetId()id of the templatejava.lang.StringgetKind()kind of the templatejava.lang.DoublegetLeftpos()leftpos of the templatejava.util.List<Link>getLinks()links of the templatejava.lang.IntegergetMagnets()magnets of the templatejava.lang.StringgetMemberships()memberships of the templatejava.lang.IntegergetMirrored()mirrored of the templatejava.lang.StringgetName()name of the templatePlaceholdergetPlaceholder()placeholder of the templatePreviewgetPreview()preview of the templateRecordgetRecord()record of the templatejava.lang.DoublegetRightpos()rightpos of the templateSpreadgetSpread()spread of the templateStategetState()state of the templateintgetStatuscode()statuscode of the templatejava.lang.StringgetStatusmessage()statusmessage of the templatejava.lang.StringgetTextflowPrefix1()textflowPrefix1 of the templatejava.lang.IntegergetTextflowPrefix1Action()textflowPrefix1Action of the templatejava.lang.StringgetTextflowPrefixN()textflowPrefixN of the templatejava.lang.IntegergetTextflowPrefixNAction()textflowPrefixNAction of the templatejava.lang.DoublegetToppos()toppos of the templateTypegetType()type of the templatevoidsetActive(java.lang.Integer active)voidsetBottompos(java.lang.Double bottompos)voidsetBuildSupportScript(java.lang.Integer buildSupportScript)voidsetColor(java.lang.Integer color)voidsetData(Data data)voidsetDescription(java.lang.String description)voidsetDomain(Domain domain)voidsetFormat(java.lang.Integer format)voidsetHasShapes(java.lang.Integer hasShapes)voidsetId(int id)voidsetKind(java.lang.String kind)voidsetLeftpos(java.lang.Double leftpos)voidsetMagnets(java.lang.Integer magnets)voidsetMemberships(java.lang.String memberships)voidsetMirrored(java.lang.Integer mirrored)voidsetName(java.lang.String name)voidsetPlaceholder(Placeholder placeholder)voidsetPreview(Preview preview)voidsetRecord(Record record)voidsetRightpos(java.lang.Double rightpos)voidsetSpread(Spread spread)voidsetState(State state)voidsetStatuscode(int statuscode)voidsetStatusmessage(java.lang.String statusmessage)voidsetTextflowPrefix1(java.lang.String textflowPrefix1)voidsetTextflowPrefix1Action(java.lang.Integer textflowPrefix1Action)voidsetTextflowPrefixN(java.lang.String textflowPrefixN)voidsetTextflowPrefixNAction(java.lang.Integer textflowPrefixNAction)voidsetToppos(java.lang.Double toppos)voidsetType(Type type)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
name of the template
-
setName
public void setName(java.lang.String name)
-
getDescription
public java.lang.String getDescription()
description of the template
-
setDescription
public void setDescription(java.lang.String description)
-
getMagnets
public java.lang.Integer getMagnets()
magnets of the template
-
setMagnets
public void setMagnets(java.lang.Integer magnets)
-
getMirrored
public java.lang.Integer getMirrored()
mirrored of the template
-
setMirrored
public void setMirrored(java.lang.Integer mirrored)
-
getData
public Data getData()
data of the template
-
setData
public void setData(Data data)
-
getPreview
public Preview getPreview()
preview of the template
-
setPreview
public void setPreview(Preview preview)
-
getType
public Type getType()
type of the template
-
setType
public void setType(Type type)
-
getState
public State getState()
state of the template
-
setState
public void setState(State state)
-
getDomain
public Domain getDomain()
domain of the template
-
setDomain
public void setDomain(Domain domain)
-
getPlaceholder
public Placeholder getPlaceholder()
placeholder of the template
-
setPlaceholder
public void setPlaceholder(Placeholder placeholder)
-
getLeftpos
public java.lang.Double getLeftpos()
leftpos of the template
-
setLeftpos
public void setLeftpos(java.lang.Double leftpos)
-
getToppos
public java.lang.Double getToppos()
toppos of the template
-
setToppos
public void setToppos(java.lang.Double toppos)
-
getRightpos
public java.lang.Double getRightpos()
rightpos of the template
-
setRightpos
public void setRightpos(java.lang.Double rightpos)
-
getBottompos
public java.lang.Double getBottompos()
bottompos of the template
-
setBottompos
public void setBottompos(java.lang.Double bottompos)
-
getSpread
public Spread getSpread()
spread of the template
-
setSpread
public void setSpread(Spread spread)
-
getKind
public java.lang.String getKind()
kind of the template
-
setKind
public void setKind(java.lang.String kind)
-
getFormat
public java.lang.Integer getFormat()
format of the template
-
setFormat
public void setFormat(java.lang.Integer format)
-
getRecord
public Record getRecord()
record of the template
-
setRecord
public void setRecord(Record record)
-
getColor
public java.lang.Integer getColor()
color of the template
-
setColor
public void setColor(java.lang.Integer color)
-
getMemberships
public java.lang.String getMemberships()
memberships of the template
-
setMemberships
public void setMemberships(java.lang.String memberships)
-
getBuildSupportScript
public java.lang.Integer getBuildSupportScript()
buildSupportScript of the template
-
setBuildSupportScript
public void setBuildSupportScript(java.lang.Integer buildSupportScript)
-
getHasShapes
public java.lang.Integer getHasShapes()
hasShapes of the template
-
setHasShapes
public void setHasShapes(java.lang.Integer hasShapes)
-
getActive
public java.lang.Integer getActive()
active flag of the template
-
setActive
public void setActive(java.lang.Integer active)
-
getTextflowPrefix1Action
public java.lang.Integer getTextflowPrefix1Action()
textflowPrefix1Action of the template
-
setTextflowPrefix1Action
public void setTextflowPrefix1Action(java.lang.Integer textflowPrefix1Action)
-
getTextflowPrefix1
public java.lang.String getTextflowPrefix1()
textflowPrefix1 of the template
-
setTextflowPrefix1
public void setTextflowPrefix1(java.lang.String textflowPrefix1)
-
getTextflowPrefixNAction
public java.lang.Integer getTextflowPrefixNAction()
textflowPrefixNAction of the template
-
setTextflowPrefixNAction
public void setTextflowPrefixNAction(java.lang.Integer textflowPrefixNAction)
-
getTextflowPrefixN
public java.lang.String getTextflowPrefixN()
textflowPrefixN of the template
-
setTextflowPrefixN
public void setTextflowPrefixN(java.lang.String textflowPrefixN)
-
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
public java.lang.String getStatusmessage()
statusmessage of the template- Overrides:
getStatusmessagein classPlannerApiResource
-
setStatusmessage
public void setStatusmessage(java.lang.String statusmessage)
- Overrides:
setStatusmessagein classPlannerApiResource
-
getLinks
public java.util.List<Link> getLinks()
links of the template
-
-