Package com.smeup.kokos.sdk.entity.model
Class EntityOavDefinition
java.lang.Object
com.smeup.kokos.sdk.entity.model.EntityOavDefinition
Define the model of entity OAV
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanDetermines whether a tooltip is useful for this OAV.voidsetDescription(String description) voidsetEditable(boolean editable) voidsetEntityClass(String entityClass)
-
Constructor Details
-
EntityOavDefinition
public EntityOavDefinition()
-
-
Method Details
-
getEntityClass
-
setEntityClass
-
getDescription
-
setDescription
-
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable) -
isTooltipEnabled
public boolean isTooltipEnabled()Determines whether a tooltip is useful for this OAV. Tooltips are enabled for non-primitive (complex) types like entity references, and disabled for primitive types (e.g. NR, NP, VOCOD_, J4, V2SI/NO).- Returns:
- true if the OAV represents a complex type that benefits from a tooltip, false for primitive types.
-