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
Objects of this class are used inside the Planning class
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintactive of the EntityPlanningReferenceconnectorEntity of the EntityPlanningReferencecontext of the EntityPlanningReferenceperson who created the EntityPlanningReferencedate of creation of the EntityPlanningReferencedataProvider of the EntityPlanningReferenceentityIdentifier of the EntityPlanningReferenceidentifier of the EntityPlanningReferenceorigin of the EntityPlanningReferenceplanningIdentifier of the EntityPlanningReferenceintsequence of the EntityPlanningReferencetimestamp of the EntityPlanningReferencelast person who updated the EntityPlanningReferencedate of last update of the EntityPlanningReferenceversion of the EntityPlanningReferencevoidsetActive(int active) voidsetConnectorEntity(ConnectorEntity connectorEntity) voidsetContext(Context context) voidsetCreatedBy(String createdBy) voidsetCreatedOn(Date createdOn) voidsetDataProvider(String dataProvider) voidsetEntityIdentifier(String entityIdentifier) voidsetIdentifier(String identifier) voidvoidsetPlanningIdentifier(String planningIdentifier) voidsetSequence(int sequence) voidsetTimestamp(String timestamp) voidsetUpdatedBy(String updatedBy) voidsetUpdatedOn(Date updatedOn) voidsetVersion(String version) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Field Details
-
active
protected int activeactive of the EntityPlanningReference -
identifier
identifier of the EntityPlanningReference -
entityIdentifier
entityIdentifier of the EntityPlanningReference -
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
identifier of the EntityPlanningReference -
setIdentifier
-
getEntityIdentifier
entityIdentifier of the EntityPlanningReference -
setEntityIdentifier
-
getPlanningIdentifier
planningIdentifier of the EntityPlanningReference -
setPlanningIdentifier
-
getCreatedBy
person who created the EntityPlanningReference -
setCreatedBy
-
getCreatedOn
date of creation of the EntityPlanningReference -
setCreatedOn
-
getOrigin
origin of the EntityPlanningReference -
setOrigin
-
getSequence
public int getSequence()sequence of the EntityPlanningReference -
setSequence
public void setSequence(int sequence) -
getTimestamp
timestamp of the EntityPlanningReference -
setTimestamp
-
getUpdatedBy
last person who updated the EntityPlanningReference -
setUpdatedBy
-
getUpdatedOn
date of last update of the EntityPlanningReference -
setUpdatedOn
-
getVersion
version of the EntityPlanningReference -
setVersion
-
getContext
context of the EntityPlanningReference -
setContext
-
getConnectorEntity
connectorEntity of the EntityPlanningReference -
setConnectorEntity
-
getDataProvider
dataProvider of the EntityPlanningReference -
setDataProvider
-