Class Context
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.planning.Context
-
- All Implemented Interfaces:
java.io.Serializable
public class Context extends PlannerApiResource implements java.io.Serializable
Class representing a ContextObjects of this class are used inside the Planning class
- See Also:
Planning, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssortmentName()assortmentName of the Contextjava.lang.StringgetCountry()country of the Contextjava.lang.StringgetCreatedBy()person who created the Contextjava.util.DategetCreatedOn()date of creation of the Contextjava.lang.StringgetDocumentId()documentId of the Contextjava.lang.StringgetIdentifier()identifier of the Contextjava.lang.StringgetLanguage()language of the Contextjava.lang.StringgetMarketName()marketName of the Contextjava.lang.StringgetPublication()publication of the Contextjava.lang.StringgetScript()script of the Contextjava.lang.StringgetTargetGroup()targetGroup of the Contextjava.lang.StringgetUpdatedBy()last person who updated the Contextjava.util.DategetUpdatedOn()date of last update of the Contextjava.lang.StringgetWellName()wellName of the ContextvoidsetAssortmentName(java.lang.String assortmentName)voidsetCountry(java.lang.String country)voidsetCreatedBy(java.lang.String createdBy)voidsetCreatedOn(java.util.Date createdOn)voidsetDocumentId(java.lang.String documentId)voidsetIdentifier(java.lang.String identifier)voidsetLanguage(java.lang.String language)voidsetMarketName(java.lang.String marketName)voidsetPublication(java.lang.String publication)voidsetScript(java.lang.String script)voidsetTargetGroup(java.lang.String targetGroup)voidsetUpdatedBy(java.lang.String updatedBy)voidsetUpdatedOn(java.util.Date updatedOn)voidsetWellName(java.lang.String wellName)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
identifier of the Context
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
-
getWellName
public java.lang.String getWellName()
wellName of the Context
-
setWellName
public void setWellName(java.lang.String wellName)
-
getCountry
public java.lang.String getCountry()
country of the Context
-
setCountry
public void setCountry(java.lang.String country)
-
getLanguage
public java.lang.String getLanguage()
language of the Context
-
setLanguage
public void setLanguage(java.lang.String language)
-
getScript
public java.lang.String getScript()
script of the Context
-
setScript
public void setScript(java.lang.String script)
-
getAssortmentName
public java.lang.String getAssortmentName()
assortmentName of the Context
-
setAssortmentName
public void setAssortmentName(java.lang.String assortmentName)
-
getPublication
public java.lang.String getPublication()
publication of the Context
-
setPublication
public void setPublication(java.lang.String publication)
-
getDocumentId
public java.lang.String getDocumentId()
documentId of the Context
-
setDocumentId
public void setDocumentId(java.lang.String documentId)
-
getCreatedBy
public java.lang.String getCreatedBy()
person who created the Context
-
setCreatedBy
public void setCreatedBy(java.lang.String createdBy)
-
getCreatedOn
public java.util.Date getCreatedOn()
date of creation of the Context
-
setCreatedOn
public void setCreatedOn(java.util.Date createdOn)
-
getUpdatedBy
public java.lang.String getUpdatedBy()
last person who updated the Context
-
setUpdatedBy
public void setUpdatedBy(java.lang.String updatedBy)
-
getUpdatedOn
public java.util.Date getUpdatedOn()
date of last update of the Context
-
setUpdatedOn
public void setUpdatedOn(java.util.Date updatedOn)
-
getTargetGroup
public java.lang.String getTargetGroup()
targetGroup of the Context
-
setTargetGroup
public void setTargetGroup(java.lang.String targetGroup)
-
getMarketName
public java.lang.String getMarketName()
marketName of the Context
-
setMarketName
public void setMarketName(java.lang.String marketName)
-
-