Class Context
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.planning.Context
- All Implemented Interfaces:
Serializable
Class representing a Context
Objects of this class are used inside the Planning class
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassortmentName of the Contextcountry of the Contextperson who created the Contextdate of creation of the ContextdocumentId of the Contextidentifier of the Contextlanguage of the ContextmarketName of the Contextpublication of the Contextscript of the ContexttargetGroup of the Contextlast person who updated the Contextdate of last update of the ContextwellName of the ContextvoidsetAssortmentName(String assortmentName) voidsetCountry(String country) voidsetCreatedBy(String createdBy) voidsetCreatedOn(Date createdOn) voidsetDocumentId(String documentId) voidsetIdentifier(String identifier) voidsetLanguage(String language) voidsetMarketName(String marketName) voidsetPublication(String publication) voidvoidsetTargetGroup(String targetGroup) voidsetUpdatedBy(String updatedBy) voidsetUpdatedOn(Date updatedOn) voidsetWellName(String wellName) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getIdentifier
identifier of the Context -
setIdentifier
-
getWellName
wellName of the Context -
setWellName
-
getCountry
country of the Context -
setCountry
-
getLanguage
language of the Context -
setLanguage
-
getScript
script of the Context -
setScript
-
getAssortmentName
assortmentName of the Context -
setAssortmentName
-
getPublication
publication of the Context -
setPublication
-
getDocumentId
documentId of the Context -
setDocumentId
-
getCreatedBy
person who created the Context -
setCreatedBy
-
getCreatedOn
date of creation of the Context -
setCreatedOn
-
getUpdatedBy
last person who updated the Context -
setUpdatedBy
-
getUpdatedOn
date of last update of the Context -
setUpdatedOn
-
getTargetGroup
targetGroup of the Context -
setTargetGroup
-
getMarketName
marketName of the Context -
setMarketName
-