Interface EntityData
- All Superinterfaces:
PersistentData,Serializable
- All Known Implementing Classes:
Bucket,BucketPlanningReference,CometTocEntry,ContentMetaData,Context,Cord,CordPlanningReference,EntityPlanningReference,KeyValue,KeyValuePlanningReference,MediaAsset,MediaAssetPlanningReference,MediaObject,MetaDataPlanningReference,Planning,Price,PricePlanningReference,TableData,TableDataCell,TableDataPlanningReference,TableDataRow,Text,TextPlanningReference
Interface for all identifiable EntityData objects having at least an identifier, a context and an entity identifier.
See
See
PersistentData for an interface to identify persisting objects.-
Method Summary
Modifier and TypeMethodDescriptionIdentifier of an entity in the entity model where the current object refers to.Method to provide the identifiervoidsetContext(Context context) set the context of entity data objectvoidsetEntityIdentifier(String entityIdentifier) Identifier of an entity in the entity model where the current object refers to.voidsetIdentifier(String identifier)
-
Method Details
-
setIdentifier
- Parameters:
identifier- data object id as string
-
getIdentifier
String getIdentifier()Description copied from interface:PersistentDataMethod to provide the identifier- Specified by:
getIdentifierin interfacePersistentData- Returns:
- identifier data object id as string
-
getEntityIdentifier
String getEntityIdentifier()Identifier of an entity in the entity model where the current object refers to.- Returns:
- entity identifier as string
-
setEntityIdentifier
Identifier of an entity in the entity model where the current object refers to.- Parameters:
identifier- data object id as string
-
getContext
Context getContext()- Returns:
- entity context
-
setContext
set the context of entity data object
-