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

public class Spread extends PlannerApiResource implements Serializable
Class representing a spread in Planner REST Service.
See Also:
  • Constructor Details

    • Spread

      public Spread()
  • Method Details

    • getId

      public Integer getId()
      id of the Spread
    • setId

      public void setId(Integer id)
    • getLabel

      public String getLabel()
      label of the Spread
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
      description of the Spread
    • setDescription

      public void setDescription(String description)
    • getStartpage

      public String getStartpage()
      startpage of the Spread
    • setStartpage

      public void setStartpage(String startpage)
    • getPagecount

      public Integer getPagecount()
      page count of the Spread
    • setPagecount

      public void setPagecount(Integer pagecount)
    • getForeignsystemkey

      public String getForeignsystemkey()
      foreign system key of the Spread
    • setForeignsystemkey

      public void setForeignsystemkey(String foreignsystemkey)
    • getDocumentId

      public String getDocumentId()
      document id of the Spread
    • setDocumentId

      public void setDocumentId(String documentId)
    • getCreatedby

      public String getCreatedby()
      person who created the Spread
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

      public Date getCreatedon()
      date of creation of the Spread
    • setCreatedon

      public void setCreatedon(Date createdon)
    • getUpdatedby

      public String getUpdatedby()
      last person who updated the Spread
    • setUpdatedby

      public void setUpdatedby(String updatedby)
    • getUpdatedon

      public Date getUpdatedon()
      date of last update of the Spread
    • setUpdatedon

      public void setUpdatedon(Date updatedon)
    • getSort

      public int getSort()
      sort order of the Spread
    • setSort

      public void setSort(int sort)
    • getPreviewType

      public String getPreviewType()
      type of preview of the Spread
    • setPreviewType

      public void setPreviewType(String previewType)
    • getWidthPt

      public Float getWidthPt()
      width of the Spread
    • setWidthPt

      public void setWidthPt(Float widthPt)
    • getHeightPt

      public Float getHeightPt()
      height of the Spread
    • setHeightPt

      public void setHeightPt(Float heightPt)
    • getLinks

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