Class Context

  • All Implemented Interfaces:
    java.io.Serializable

    public class Context
    extends PlannerApiResource
    implements java.io.Serializable
    Class representing a Context

    Objects of this class are used inside the Planning class

    See Also:
    Planning, Serialized Form
    • Constructor Detail

      • Context

        public Context()
    • 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)