Package com.smeup.kokos.sdk.entity.model
Class EntityDefinition
java.lang.Object
com.smeup.kokos.sdk.entity.model.EntityDefinition
Define the model of Entity metadata
- Author:
- mattia.bonardi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdOav()voidsetActionDefinitions(LinkedHashMap<String, EntityActionDefinition> actionDefinitions) voidsetDescription(String description) voidsetDescriptionOav(String descriptionOav) voidsetEntityClass(String entityClass) voidvoidsetOavDefinitions(Map<String, EntityOavDefinition> oavDefinitions)
-
Constructor Details
-
EntityDefinition
public EntityDefinition()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
getDescription
-
setDescription
-
getOavDefinitions
-
setOavDefinitions
-
getIdOav
-
setIdOav
-
getDescriptionOav
-
setDescriptionOav
-
getActionDefinitions
-
setActionDefinitions
-