Class Planning
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.Planning
-
- All Implemented Interfaces:
java.io.Serializable
public class Planning extends Comet3EntityData
The type Planning.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanning.PlanningAttributeThe enum Planning attribute.
-
Constructor Summary
Constructors Constructor Description Planning()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlanningcreateFromPlanning(Planning planning)Create from planning planning.Comet3Attribute[]getAttributes()Get attributes comet 3 attribute [ ].java.lang.StringgetBucketId()Gets bucket id.java.util.List<java.lang.String>getBucketRefs()Gets bucket refs.java.lang.StringgetContent()Gets content.java.lang.StringgetContextAssortment()Gets context assortment.java.lang.StringgetContextCountry()Gets context country.java.lang.StringgetContextDocumentId()Gets context document id.java.lang.StringgetContextLanguage()Gets context language.java.lang.StringgetContextMarket()Gets context market.java.lang.StringgetContextPublication()Gets context publication.java.lang.StringgetContextTargetGroup()Gets context target group.java.lang.StringgetContextWell()Gets context well.java.util.List<java.lang.String>getCordRefs()Gets cord refs.java.lang.StringgetCreatedBy()Gets created by.java.lang.StringgetCreatedOn()Gets created on.booleangetDeleted()Gets deleted.java.lang.StringgetDpTemplateId()Gets dp template id.java.lang.StringgetEntityBucketId()Gets entity bucket id.java.lang.StringgetEntityModelId()Gets entity model id.java.lang.StringgetEntityPlanningId()Gets entity planning id.intgetId()Gets id.java.lang.StringgetIdentifier()Gets identifier.intgetImportId()Gets import id.java.util.List<java.lang.String>getKeyValueRefs()Gets key value refs.java.lang.StringgetLabel()Gets label.java.util.List<java.lang.String>getListPlanning()Gets list planning.java.util.List<java.lang.String>getMediaAssetRefs()Gets media asset refs.java.util.List<java.lang.String>getMetaData()Gets meta data.java.lang.StringgetOrigin()Gets origin.java.lang.StringgetPageId()Gets page id.java.lang.StringgetPageTemplateElementId()Gets page template element id.java.lang.StringgetPageTemplateId()Gets page template id.java.lang.StringgetParentPlanningId()Gets parent planning id.java.util.List<java.lang.String>getPriceRefs()Gets price refs.intgetPrintTemplateId()Gets print template id.intgetSequence()Gets sequence.java.lang.StringgetSourcePlanningIdentifier()Gets source planning identifier.java.util.List<java.lang.String>getTableDataRefs()Gets table data refs.java.util.List<java.lang.String>getTextRefs()Gets text refs.java.lang.StringgetTimestamp()Gets timestamp.java.lang.StringgetUpdatedBy()Gets updated by.java.lang.StringgetUpdatedOn()Gets updated on.booleangetUsePrintPageTemplate()Gets use print page template.java.lang.StringgetVersion()Gets version.doublegetXPosBottomRight()Gets x pos bottom right.doublegetXPosTopLeft()Gets x pos top left.doublegetYPosBottomRight()Gets y pos bottom right.doublegetYPosTopLeft()Gets y pos top left.voidsetBucketId(java.lang.String bucketId)Sets bucket id.voidsetBucketRefs(java.util.List<java.lang.String> bucketRefs)Sets bucket refs.voidsetContent(java.lang.String content)Sets content.voidsetContextAssortment(java.lang.String contextAssortment)Sets context assortment.voidsetContextCountry(java.lang.String contextCountry)Sets context country.voidsetContextDocumentId(java.lang.String contextDocumentId)Sets context document id.voidsetContextLanguage(java.lang.String contextLanguage)Sets context language.voidsetContextMarket(java.lang.String contextMarket)Sets context market.voidsetContextPublication(java.lang.String contextPublication)Sets context publication.voidsetContextTargetGroup(java.lang.String contextTargetGroup)Sets context target group.voidsetContextWell(java.lang.String contextWell)Sets context well.voidsetCordRefs(java.util.List<java.lang.String> cordRefs)Sets cord refs.voidsetCreatedBy(java.lang.String createdBy)Sets created by.voidsetCreatedOn(java.lang.String createdOn)Sets created on.voidsetDeleted(boolean deleted)Sets deleted.voidsetDpTemplateId(java.lang.String dpTemplateId)Sets dp template id.voidsetEntityBucketId(java.lang.String entityBucketId)Sets entity bucket id.voidsetEntityModelId(java.lang.String entityModelId)Sets entity model id.voidsetEntityPlanningId(java.lang.String entityPlanningId)Sets entity planning id.voidsetId(int id)Sets id.voidsetIdentifier(java.lang.String identifier)Sets identifier.voidsetImportId(int importId)Sets import id.voidsetKeyValueRefs(java.util.List<java.lang.String> keyValueRefs)Sets key value refs.voidsetLabel(java.lang.String label)Sets label.voidsetListPlanning(java.util.List<java.lang.String> listPlanning)Sets list planning.voidsetMediaAssetRefs(java.util.List<java.lang.String> mediaAssetRefs)Sets media asset refs.voidsetMetaData(java.util.List<java.lang.String> metaData)Sets meta data.voidsetOrigin(java.lang.String origin)Sets origin.voidsetPageId(java.lang.String pageId)Sets page id.voidsetPageTemplateElementId(java.lang.String pageTemplateElementId)Sets page template element id.voidsetPageTemplateId(java.lang.String pageTemplateId)Sets page template id.voidsetParentPlanningId(java.lang.String parentPlanningId)Sets parent planning id.voidsetPriceRefs(java.util.List<java.lang.String> priceRefs)Sets price refs.voidsetPrintTemplateId(int printTemplateId)Sets print template id.voidsetSequence(int sequence)Sets sequence.voidsetSourcePlanningIdentifier(java.lang.String sourcePlanningIdentifier)Sets source planning identifier.voidsetTableDataRefs(java.util.List<java.lang.String> tableDataRefs)Sets table data refs.voidsetTextRefs(java.util.List<java.lang.String> textRefs)Sets text refs.voidsetTimestamp(java.lang.String timestamp)Sets timestamp.voidsetUpdatedBy(java.lang.String updatedBy)Sets updated by.voidsetUpdatedOn(java.lang.String updatedOn)Sets updated on.voidsetUsePrintPageTemplate(boolean usePrintPageTemplate)Sets use print page template.voidsetVersion(java.lang.String version)Sets version.voidsetXPosBottomRight(double xPosBottomRight)Sets x pos bottom right.voidsetXPosTopLeft(double xPosTopLeft)Sets x pos top left.voidsetYPosBottomRight(double yPosBottomRight)Sets y pos bottom right.voidsetYPosTopLeft(double yPosTopLeft)Sets y pos top left.-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
-
-
-
Method Detail
-
getAttributes
public Comet3Attribute[] getAttributes()
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
getContent
public java.lang.String getContent()
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
public void setContent(java.lang.String content)
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
getBucketId
public java.lang.String getBucketId()
Gets bucket id.- Returns:
- the bucket id
-
setBucketId
public void setBucketId(java.lang.String bucketId)
Sets bucket id.- Parameters:
bucketId- the bucket id
-
getBucketRefs
public java.util.List<java.lang.String> getBucketRefs()
Gets bucket refs.- Returns:
- the bucket refs
-
setBucketRefs
public void setBucketRefs(java.util.List<java.lang.String> bucketRefs)
Sets bucket refs.- Parameters:
bucketRefs- the bucket refs
-
getContextAssortment
public java.lang.String getContextAssortment()
Gets context assortment.- Returns:
- the context assortment
-
setContextAssortment
public void setContextAssortment(java.lang.String contextAssortment)
Sets context assortment.- Parameters:
contextAssortment- the context assortment
-
getContextCountry
public java.lang.String getContextCountry()
Gets context country.- Returns:
- the context country
-
setContextCountry
public void setContextCountry(java.lang.String contextCountry)
Sets context country.- Parameters:
contextCountry- the context country
-
getContextLanguage
public java.lang.String getContextLanguage()
Gets context language.- Returns:
- the context language
-
setContextLanguage
public void setContextLanguage(java.lang.String contextLanguage)
Sets context language.- Parameters:
contextLanguage- the context language
-
getContextWell
public java.lang.String getContextWell()
Gets context well.- Returns:
- the context well
-
setContextWell
public void setContextWell(java.lang.String contextWell)
Sets context well.- Parameters:
contextWell- the context well
-
getContextMarket
public java.lang.String getContextMarket()
Gets context market.- Returns:
- the context market
-
setContextMarket
public void setContextMarket(java.lang.String contextMarket)
Sets context market.- Parameters:
contextMarket- the context market
-
getContextTargetGroup
public java.lang.String getContextTargetGroup()
Gets context target group.- Returns:
- the context target group
-
setContextTargetGroup
public void setContextTargetGroup(java.lang.String contextTargetGroup)
Sets context target group.- Parameters:
contextTargetGroup- the context target group
-
getContextPublication
public java.lang.String getContextPublication()
Gets context publication.- Returns:
- the context publication
-
setContextPublication
public void setContextPublication(java.lang.String contextPublication)
Sets context publication.- Parameters:
contextPublication- the context publication
-
getContextDocumentId
public java.lang.String getContextDocumentId()
Gets context document id.- Returns:
- the context document id
-
setContextDocumentId
public void setContextDocumentId(java.lang.String contextDocumentId)
Sets context document id.- Parameters:
contextDocumentId- the context document id
-
getCordRefs
public java.util.List<java.lang.String> getCordRefs()
Gets cord refs.- Returns:
- the cord refs
-
setCordRefs
public void setCordRefs(java.util.List<java.lang.String> cordRefs)
Sets cord refs.- Parameters:
cordRefs- the cord refs
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets created by.- Returns:
- the created by
-
setCreatedBy
public void setCreatedBy(java.lang.String createdBy)
Sets created by.- Parameters:
createdBy- the created by
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets created on.- Returns:
- the created on
-
setCreatedOn
public void setCreatedOn(java.lang.String createdOn)
Sets created on.- Parameters:
createdOn- the created on
-
getDeleted
public boolean getDeleted()
Gets deleted.- Returns:
- the deleted
-
setDeleted
public void setDeleted(boolean deleted)
Sets deleted.- Parameters:
deleted- the deleted
-
getDpTemplateId
public java.lang.String getDpTemplateId()
Gets dp template id.- Returns:
- the dp template id
-
setDpTemplateId
public void setDpTemplateId(java.lang.String dpTemplateId)
Sets dp template id.- Parameters:
dpTemplateId- the dp template id
-
getEntityBucketId
public java.lang.String getEntityBucketId()
Gets entity bucket id.- Returns:
- the entity bucket id
-
setEntityBucketId
public void setEntityBucketId(java.lang.String entityBucketId)
Sets entity bucket id.- Parameters:
entityBucketId- the entity bucket id
-
getEntityModelId
public java.lang.String getEntityModelId()
Gets entity model id.- Returns:
- the entity model id
-
setEntityModelId
public void setEntityModelId(java.lang.String entityModelId)
Sets entity model id.- Parameters:
entityModelId- the entity model id
-
getEntityPlanningId
public java.lang.String getEntityPlanningId()
Gets entity planning id.- Returns:
- the entity planning id
-
setEntityPlanningId
public void setEntityPlanningId(java.lang.String entityPlanningId)
Sets entity planning id.- Parameters:
entityPlanningId- the entity planning id
-
getId
public int getId()
Gets id.- Returns:
- the id
-
setId
public void setId(int id)
Sets id.- Parameters:
id- the id
-
getIdentifier
public java.lang.String getIdentifier()
Gets identifier.- Returns:
- the identifier
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
Sets identifier.- Parameters:
identifier- the identifier
-
getImportId
public int getImportId()
Gets import id.- Returns:
- the import id
-
setImportId
public void setImportId(int importId)
Sets import id.- Parameters:
importId- the import id
-
getKeyValueRefs
public java.util.List<java.lang.String> getKeyValueRefs()
Gets key value refs.- Returns:
- the key value refs
-
setKeyValueRefs
public void setKeyValueRefs(java.util.List<java.lang.String> keyValueRefs)
Sets key value refs.- Parameters:
keyValueRefs- the key value refs
-
getLabel
public java.lang.String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
Sets label.- Parameters:
label- the label
-
getListPlanning
public java.util.List<java.lang.String> getListPlanning()
Gets list planning.- Returns:
- the list planning
-
setListPlanning
public void setListPlanning(java.util.List<java.lang.String> listPlanning)
Sets list planning.- Parameters:
listPlanning- the list planning
-
getMediaAssetRefs
public java.util.List<java.lang.String> getMediaAssetRefs()
Gets media asset refs.- Returns:
- the media asset refs
-
setMediaAssetRefs
public void setMediaAssetRefs(java.util.List<java.lang.String> mediaAssetRefs)
Sets media asset refs.- Parameters:
mediaAssetRefs- the media asset refs
-
getMetaData
public java.util.List<java.lang.String> getMetaData()
Gets meta data.- Returns:
- the meta data
-
setMetaData
public void setMetaData(java.util.List<java.lang.String> metaData)
Sets meta data.- Parameters:
metaData- the meta data
-
getOrigin
public java.lang.String getOrigin()
Gets origin.- Returns:
- the origin
-
setOrigin
public void setOrigin(java.lang.String origin)
Sets origin.- Parameters:
origin- the origin
-
getPageId
public java.lang.String getPageId()
Gets page id.- Returns:
- the page id
-
setPageId
public void setPageId(java.lang.String pageId)
Sets page id.- Parameters:
pageId- the page id
-
getPageTemplateElementId
public java.lang.String getPageTemplateElementId()
Gets page template element id.- Returns:
- the page template element id
-
setPageTemplateElementId
public void setPageTemplateElementId(java.lang.String pageTemplateElementId)
Sets page template element id.- Parameters:
pageTemplateElementId- the page template element id
-
getPageTemplateId
public java.lang.String getPageTemplateId()
Gets page template id.- Returns:
- the page template id
-
setPageTemplateId
public void setPageTemplateId(java.lang.String pageTemplateId)
Sets page template id.- Parameters:
pageTemplateId- the page template id
-
getParentPlanningId
public java.lang.String getParentPlanningId()
Gets parent planning id.- Returns:
- the parent planning id
-
setParentPlanningId
public void setParentPlanningId(java.lang.String parentPlanningId)
Sets parent planning id.- Parameters:
parentPlanningId- the parent planning id
-
getPriceRefs
public java.util.List<java.lang.String> getPriceRefs()
Gets price refs.- Returns:
- the price refs
-
setPriceRefs
public void setPriceRefs(java.util.List<java.lang.String> priceRefs)
Sets price refs.- Parameters:
priceRefs- the price refs
-
getPrintTemplateId
public int getPrintTemplateId()
Gets print template id.- Returns:
- the print template id
-
setPrintTemplateId
public void setPrintTemplateId(int printTemplateId)
Sets print template id.- Parameters:
printTemplateId- the print template id
-
getSequence
public int getSequence()
Gets sequence.- Returns:
- the sequence
-
setSequence
public void setSequence(int sequence)
Sets sequence.- Parameters:
sequence- the sequence
-
getTableDataRefs
public java.util.List<java.lang.String> getTableDataRefs()
Gets table data refs.- Returns:
- the table data refs
-
setTableDataRefs
public void setTableDataRefs(java.util.List<java.lang.String> tableDataRefs)
Sets table data refs.- Parameters:
tableDataRefs- the table data refs
-
getTextRefs
public java.util.List<java.lang.String> getTextRefs()
Gets text refs.- Returns:
- the text refs
-
setTextRefs
public void setTextRefs(java.util.List<java.lang.String> textRefs)
Sets text refs.- Parameters:
textRefs- the text refs
-
getTimestamp
public java.lang.String getTimestamp()
Gets timestamp.- Returns:
- the timestamp
-
setTimestamp
public void setTimestamp(java.lang.String timestamp)
Sets timestamp.- Parameters:
timestamp- the timestamp
-
getUpdatedBy
public java.lang.String getUpdatedBy()
Gets updated by.- Returns:
- the updated by
-
setUpdatedBy
public void setUpdatedBy(java.lang.String updatedBy)
Sets updated by.- Parameters:
updatedBy- the updated by
-
getUpdatedOn
public java.lang.String getUpdatedOn()
Gets updated on.- Returns:
- the updated on
-
setUpdatedOn
public void setUpdatedOn(java.lang.String updatedOn)
Sets updated on.- Parameters:
updatedOn- the updated on
-
getUsePrintPageTemplate
public boolean getUsePrintPageTemplate()
Gets use print page template.- Returns:
- the use print page template
-
setUsePrintPageTemplate
public void setUsePrintPageTemplate(boolean usePrintPageTemplate)
Sets use print page template.- Parameters:
usePrintPageTemplate- the use print page template
-
getVersion
public java.lang.String getVersion()
Gets version.- Returns:
- the version
-
setVersion
public void setVersion(java.lang.String version)
Sets version.- Parameters:
version- the version
-
getXPosBottomRight
public double getXPosBottomRight()
Gets x pos bottom right.- Returns:
- the x pos bottom right
-
setXPosBottomRight
public void setXPosBottomRight(double xPosBottomRight)
Sets x pos bottom right.- Parameters:
xPosBottomRight- the x pos bottom right
-
getXPosTopLeft
public double getXPosTopLeft()
Gets x pos top left.- Returns:
- the x pos top left
-
setXPosTopLeft
public void setXPosTopLeft(double xPosTopLeft)
Sets x pos top left.- Parameters:
xPosTopLeft- the x pos top left
-
getSourcePlanningIdentifier
public java.lang.String getSourcePlanningIdentifier()
Gets source planning identifier.- Returns:
- the source planning identifier
-
setSourcePlanningIdentifier
public void setSourcePlanningIdentifier(java.lang.String sourcePlanningIdentifier)
Sets source planning identifier.- Parameters:
sourcePlanningIdentifier- the source planning identifier
-
getYPosBottomRight
public double getYPosBottomRight()
Gets y pos bottom right.- Returns:
- the y pos bottom right
-
setYPosBottomRight
public void setYPosBottomRight(double yPosBottomRight)
Sets y pos bottom right.- Parameters:
yPosBottomRight- the y pos bottom right
-
getYPosTopLeft
public double getYPosTopLeft()
Gets y pos top left.- Returns:
- the y pos top left
-
setYPosTopLeft
public void setYPosTopLeft(double yPosTopLeft)
Sets y pos top left.- Parameters:
yPosTopLeft- the y pos top left
-
-