Class EntityPlanningReference

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.planning.EntityPlanningReference
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BucketPlanningReference, CordPlanningReference, KeyValuePlanningReference, MediaAssetPlanningReference, MetaDataPlanningReference, PricePlanningReference, TableDataPlanningReference, TextPlanningReference

public class EntityPlanningReference extends PlannerApiResource implements Serializable

Objects of this class are used inside the Planning class

See Also:
  • Field Details

    • active

      protected int active
      active of the EntityPlanningReference
    • identifier

      protected String identifier
      identifier of the EntityPlanningReference
    • entityIdentifier

      protected String entityIdentifier
      entityIdentifier of the EntityPlanningReference
    • planningIdentifier

      protected String planningIdentifier
      planningIdentifier of the EntityPlanningReference
  • Constructor Details

    • EntityPlanningReference

      public EntityPlanningReference()
  • Method Details

    • getActive

      public int getActive()
      active of the EntityPlanningReference
    • setActive

      public void setActive(int active)
    • getIdentifier

      public String getIdentifier()
      identifier of the EntityPlanningReference
    • setIdentifier

      public void setIdentifier(String identifier)
    • getEntityIdentifier

      public String getEntityIdentifier()
      entityIdentifier of the EntityPlanningReference
    • setEntityIdentifier

      public void setEntityIdentifier(String entityIdentifier)
    • getPlanningIdentifier

      public String getPlanningIdentifier()
      planningIdentifier of the EntityPlanningReference
    • setPlanningIdentifier

      public void setPlanningIdentifier(String planningIdentifier)
    • getCreatedBy

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

      public void setCreatedBy(String createdBy)
    • getCreatedOn

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

      public void setCreatedOn(Date createdOn)
    • getOrigin

      public String getOrigin()
      origin of the EntityPlanningReference
    • setOrigin

      public void setOrigin(String origin)
    • getSequence

      public int getSequence()
      sequence of the EntityPlanningReference
    • setSequence

      public void setSequence(int sequence)
    • getTimestamp

      public String getTimestamp()
      timestamp of the EntityPlanningReference
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getUpdatedBy

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

      public void setUpdatedBy(String updatedBy)
    • getUpdatedOn

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

      public void setUpdatedOn(Date updatedOn)
    • getVersion

      public String getVersion()
      version of the EntityPlanningReference
    • setVersion

      public void setVersion(String version)
    • getContext

      public Context getContext()
      context of the EntityPlanningReference
    • setContext

      public void setContext(Context context)
    • getConnectorEntity

      public ConnectorEntity getConnectorEntity()
      connectorEntity of the EntityPlanningReference
    • setConnectorEntity

      public void setConnectorEntity(ConnectorEntity connectorEntity)
    • getDataProvider

      public String getDataProvider()
      dataProvider of the EntityPlanningReference
    • setDataProvider

      public void setDataProvider(String dataProvider)