java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.pageitem.Template
All Implemented Interfaces:
Serializable

public class Template extends PlannerApiResource implements Serializable
Class representing a template in Planner REST Service.
See Also:
  • Field Details

    • id

      protected int id
      id of the template
    • timestamp

      protected long timestamp
  • Constructor Details

    • Template

      public Template()
    • Template

      public Template(int id)
  • Method Details

    • getName

      public String getName()
      name of the template
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      description of the template
    • setDescription

      public void setDescription(String description)
    • getMagnets

      public Integer getMagnets()
      magnets of the template
    • setMagnets

      public void setMagnets(Integer magnets)
    • getMirrored

      public Integer getMirrored()
      mirrored of the template
    • setMirrored

      public void setMirrored(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 Double getLeftpos()
      leftpos of the template
    • setLeftpos

      public void setLeftpos(Double leftpos)
    • getToppos

      public Double getToppos()
      toppos of the template
    • setToppos

      public void setToppos(Double toppos)
    • getRightpos

      public Double getRightpos()
      rightpos of the template
    • setRightpos

      public void setRightpos(Double rightpos)
    • getBottompos

      public Double getBottompos()
      bottompos of the template
    • setBottompos

      public void setBottompos(Double bottompos)
    • getSpread

      public Spread getSpread()
      spread of the template
    • setSpread

      public void setSpread(Spread spread)
    • getKind

      public String getKind()
      kind of the template
    • setKind

      public void setKind(String kind)
    • getFormat

      public Integer getFormat()
      format of the template
    • setFormat

      public void setFormat(Integer format)
    • getRecord

      public Record getRecord()
      record of the template
    • setRecord

      public void setRecord(Record record)
    • getColor

      public Integer getColor()
      color of the template
    • setColor

      public void setColor(Integer color)
    • getMemberships

      public String getMemberships()
      memberships of the template
    • setMemberships

      public void setMemberships(String memberships)
    • getBuildSupportScript

      public Integer getBuildSupportScript()
      buildSupportScript of the template
    • setBuildSupportScript

      public void setBuildSupportScript(Integer buildSupportScript)
    • getHasShapes

      public Integer getHasShapes()
      hasShapes of the template
    • setHasShapes

      public void setHasShapes(Integer hasShapes)
    • getActive

      public Integer getActive()
      active flag of the template
    • setActive

      public void setActive(Integer active)
    • getTextflowPrefix1Action

      public Integer getTextflowPrefix1Action()
      textflowPrefix1Action of the template
    • setTextflowPrefix1Action

      public void setTextflowPrefix1Action(Integer textflowPrefix1Action)
    • getTextflowPrefix1

      public String getTextflowPrefix1()
      textflowPrefix1 of the template
    • setTextflowPrefix1

      public void setTextflowPrefix1(String textflowPrefix1)
    • getTextflowPrefixNAction

      public Integer getTextflowPrefixNAction()
      textflowPrefixNAction of the template
    • setTextflowPrefixNAction

      public void setTextflowPrefixNAction(Integer textflowPrefixNAction)
    • getTextflowPrefixN

      public String getTextflowPrefixN()
      textflowPrefixN of the template
    • setTextflowPrefixN

      public void setTextflowPrefixN(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:
      getStatuscode in class PlannerApiResource
    • setStatuscode

      public void setStatuscode(int statuscode)
      Overrides:
      setStatuscode in class PlannerApiResource
    • getStatusmessage

      public String getStatusmessage()
      statusmessage of the template
      Overrides:
      getStatusmessage in class PlannerApiResource
    • setStatusmessage

      public void setStatusmessage(String statusmessage)
      Overrides:
      setStatusmessage in class PlannerApiResource
    • getLinks

      public List<Link> getLinks()
      links of the template