Package com.smeup.kokos.sdk.model
Class KokosObject
java.lang.Object
com.smeup.kokos.sdk.entity.model.AbstractEntity
com.smeup.kokos.sdk.model.KokosObject
- All Implemented Interfaces:
EntityInterface
Represents a generic object in the Kokos system, with properties for code, description, and definition file path.
This is the base class for all entities in the system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()voidvoidsetDefinitionFilePath(String definitionFilePath) voidsetDescription(String description) Methods inherited from class com.smeup.kokos.sdk.entity.model.AbstractEntity
getEntityClass, getEntityDefinition, getOavValue, setEntityClass
-
Constructor Details
-
KokosObject
public KokosObject()
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getDefinitionFilePath
-
setDefinitionFilePath
-