Package com.smeup.kokos.sdk.entity.model
Class AbstractEntity
java.lang.Object
com.smeup.kokos.sdk.entity.model.AbstractEntity
- All Implemented Interfaces:
EntityInterface
- Direct Known Subclasses:
KokosObject
Base class for all Smeup entity models.
Holds entity identity state (type, parameter, id) and provides
instance-level data access for OAV field values and description.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityDefinition(String entityClass) getOavValue(String oavId) voidsetEntityClass(String entityClass) voidsetOavValue(String oavId, Object oavValue)
-
Constructor Details
-
AbstractEntity
public AbstractEntity()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
getOavValue
- Specified by:
getOavValuein interfaceEntityInterface
-
setOavValue
- Specified by:
setOavValuein interfaceEntityInterface
-
getEntityDefinition
- Specified by:
getEntityDefinitionin interfaceEntityInterface
-