Class Spread
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.Spread
-
- All Implemented Interfaces:
java.io.Serializable
public class Spread extends PlannerApiResource implements java.io.Serializable
Class representing a spread in Planner REST Service.- See Also:
PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Spread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreatedby()person who created the Spreadjava.util.DategetCreatedon()date of creation of the Spreadjava.lang.StringgetDescription()description of the Spreadjava.lang.StringgetDocumentId()document id of the Spreadjava.lang.StringgetForeignsystemkey()foreign system key of the Spreadjava.lang.FloatgetHeightPt()height of the Spreadjava.lang.IntegergetId()id of the Spreadjava.lang.StringgetLabel()label of the Spreadjava.util.List<Link>getLinks()links of the Spreadjava.lang.IntegergetPagecount()page count of the Spreadjava.lang.StringgetPreviewType()type of preview of the SpreadintgetSort()sort order of the Spreadjava.lang.StringgetStartpage()startpage of the Spreadjava.lang.StringgetUpdatedby()last person who updated the Spreadjava.util.DategetUpdatedon()date of last update of the Spreadjava.lang.FloatgetWidthPt()width of the SpreadvoidsetCreatedby(java.lang.String createdby)voidsetCreatedon(java.util.Date createdon)voidsetDescription(java.lang.String description)voidsetDocumentId(java.lang.String documentId)voidsetForeignsystemkey(java.lang.String foreignsystemkey)voidsetHeightPt(java.lang.Float heightPt)voidsetId(java.lang.Integer id)voidsetLabel(java.lang.String label)voidsetPagecount(java.lang.Integer pagecount)voidsetPreviewType(java.lang.String previewType)voidsetSort(int sort)voidsetStartpage(java.lang.String startpage)voidsetUpdatedby(java.lang.String updatedby)voidsetUpdatedon(java.util.Date updatedon)voidsetWidthPt(java.lang.Float widthPt)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
id of the Spread
-
setId
public void setId(java.lang.Integer id)
-
getLabel
public java.lang.String getLabel()
label of the Spread
-
setLabel
public void setLabel(java.lang.String label)
-
getDescription
public java.lang.String getDescription()
description of the Spread
-
setDescription
public void setDescription(java.lang.String description)
-
getStartpage
public java.lang.String getStartpage()
startpage of the Spread
-
setStartpage
public void setStartpage(java.lang.String startpage)
-
getPagecount
public java.lang.Integer getPagecount()
page count of the Spread
-
setPagecount
public void setPagecount(java.lang.Integer pagecount)
-
getForeignsystemkey
public java.lang.String getForeignsystemkey()
foreign system key of the Spread
-
setForeignsystemkey
public void setForeignsystemkey(java.lang.String foreignsystemkey)
-
getDocumentId
public java.lang.String getDocumentId()
document id of the Spread
-
setDocumentId
public void setDocumentId(java.lang.String documentId)
-
getCreatedby
public java.lang.String getCreatedby()
person who created the Spread
-
setCreatedby
public void setCreatedby(java.lang.String createdby)
-
getCreatedon
public java.util.Date getCreatedon()
date of creation of the Spread
-
setCreatedon
public void setCreatedon(java.util.Date createdon)
-
getUpdatedby
public java.lang.String getUpdatedby()
last person who updated the Spread
-
setUpdatedby
public void setUpdatedby(java.lang.String updatedby)
-
getUpdatedon
public java.util.Date getUpdatedon()
date of last update of the Spread
-
setUpdatedon
public void setUpdatedon(java.util.Date updatedon)
-
getSort
public int getSort()
sort order of the Spread
-
setSort
public void setSort(int sort)
-
getPreviewType
public java.lang.String getPreviewType()
type of preview of the Spread
-
setPreviewType
public void setPreviewType(java.lang.String previewType)
-
getWidthPt
public java.lang.Float getWidthPt()
width of the Spread
-
setWidthPt
public void setWidthPt(java.lang.Float widthPt)
-
getHeightPt
public java.lang.Float getHeightPt()
height of the Spread
-
setHeightPt
public void setHeightPt(java.lang.Float heightPt)
-
getLinks
public java.util.List<Link> getLinks()
links of the Spread
-
-