Class EntityOavDefinition

java.lang.Object
com.smeup.kokos.sdk.entity.model.EntityOavDefinition

public class EntityOavDefinition extends Object
Define the model of entity OAV
  • Constructor Details

    • EntityOavDefinition

      public EntityOavDefinition()
  • Method Details

    • getEntityClass

      public String getEntityClass()
    • setEntityClass

      public void setEntityClass(String entityClass)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • 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.