Class Spread
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Spread
- All Implemented Interfaces:
Serializable
Class representing a spread in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperson who created the Spreaddate of creation of the Spreaddescription of the Spreaddocument id of the Spreadforeign system key of the Spreadheight of the SpreadgetId()id of the SpreadgetLabel()label of the SpreadgetLinks()links of the Spreadpage count of the Spreadtype of preview of the SpreadintgetSort()sort order of the Spreadstartpage of the Spreadlast person who updated the Spreaddate of last update of the Spreadwidth of the SpreadvoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetDescription(String description) voidsetDocumentId(String documentId) voidsetForeignsystemkey(String foreignsystemkey) voidsetHeightPt(Float heightPt) voidvoidvoidsetPagecount(Integer pagecount) voidsetPreviewType(String previewType) voidsetSort(int sort) voidsetStartpage(String startpage) voidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) voidsetWidthPt(Float widthPt) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Spread
public Spread()
-
-
Method Details
-
getId
id of the Spread -
setId
-
getLabel
label of the Spread -
setLabel
-
getDescription
description of the Spread -
setDescription
-
getStartpage
startpage of the Spread -
setStartpage
-
getPagecount
page count of the Spread -
setPagecount
-
getForeignsystemkey
foreign system key of the Spread -
setForeignsystemkey
-
getDocumentId
document id of the Spread -
setDocumentId
-
getCreatedby
person who created the Spread -
setCreatedby
-
getCreatedon
date of creation of the Spread -
setCreatedon
-
getUpdatedby
last person who updated the Spread -
setUpdatedby
-
getUpdatedon
date of last update of the Spread -
setUpdatedon
-
getSort
public int getSort()sort order of the Spread -
setSort
public void setSort(int sort) -
getPreviewType
type of preview of the Spread -
setPreviewType
-
getWidthPt
width of the Spread -
setWidthPt
-
getHeightPt
height of the Spread -
setHeightPt
-
getLinks
links of the Spread
-