java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.planning.Context
All Implemented Interfaces:
Serializable

public class Context extends PlannerApiResource implements Serializable
Class representing a Context

Objects of this class are used inside the Planning class

See Also:
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      identifier of the Context
    • setIdentifier

      public void setIdentifier(String identifier)
    • getWellName

      public String getWellName()
      wellName of the Context
    • setWellName

      public void setWellName(String wellName)
    • getCountry

      public String getCountry()
      country of the Context
    • setCountry

      public void setCountry(String country)
    • getLanguage

      public String getLanguage()
      language of the Context
    • setLanguage

      public void setLanguage(String language)
    • getScript

      public String getScript()
      script of the Context
    • setScript

      public void setScript(String script)
    • getAssortmentName

      public String getAssortmentName()
      assortmentName of the Context
    • setAssortmentName

      public void setAssortmentName(String assortmentName)
    • getPublication

      public String getPublication()
      publication of the Context
    • setPublication

      public void setPublication(String publication)
    • getDocumentId

      public String getDocumentId()
      documentId of the Context
    • setDocumentId

      public void setDocumentId(String documentId)
    • getCreatedBy

      public String getCreatedBy()
      person who created the Context
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getCreatedOn

      public Date getCreatedOn()
      date of creation of the Context
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
    • getUpdatedBy

      public String getUpdatedBy()
      last person who updated the Context
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getUpdatedOn

      public Date getUpdatedOn()
      date of last update of the Context
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
    • getTargetGroup

      public String getTargetGroup()
      targetGroup of the Context
    • setTargetGroup

      public void setTargetGroup(String targetGroup)
    • getMarketName

      public String getMarketName()
      marketName of the Context
    • setMarketName

      public void setMarketName(String marketName)