Class KimAttributeDefinition

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean, CaseConstrainable, Constrainable, ExistenceConstrainable, Formatable, HierarchicallyConstrainable, MustOccurConstrainable, PrerequisiteConstrainable, SimpleConstrainable, ValidCharactersConstrainable, Constraint, ExistenceConstraint

@Deprecated public final class KimAttributeDefinition extends AttributeDefinition
Deprecated.
A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase.
See Also:
  • Field Details

    • lookupInputPropertyConversions

      protected Map<String,String> lookupInputPropertyConversions
      Deprecated.
    • lookupReturnPropertyConversions

      protected Map<String,String> lookupReturnPropertyConversions
      Deprecated.
    • lookupBoClass

      protected String lookupBoClass
      Deprecated.
    • sortCode

      protected String sortCode
      Deprecated.
    • kimAttrDefnId

      protected String kimAttrDefnId
      Deprecated.
    • kimTypeId

      protected String kimTypeId
      Deprecated.
  • Constructor Details

    • KimAttributeDefinition

      public KimAttributeDefinition()
      Deprecated.
  • Method Details

    • getSortCode

      public String getSortCode()
      Deprecated.
      Returns:
      the sortCode
    • setSortCode

      public void setSortCode(String sortCode)
      Deprecated.
      Parameters:
      sortCode - the sortCode to set
    • getKimAttrDefnId

      public String getKimAttrDefnId()
      Deprecated.
    • setKimAttrDefnId

      public void setKimAttrDefnId(String kimAttrDefnId)
      Deprecated.
    • getKimTypeId

      public String getKimTypeId()
      Deprecated.
      Returns:
      the kimTypeId
    • setKimTypeId

      public void setKimTypeId(String kimTypeId)
      Deprecated.
      Parameters:
      kimTypeId - the kimTypeId to set
    • getLookupInputPropertyConversions

      public Map<String,String> getLookupInputPropertyConversions()
      Deprecated.
      Returns:
      the lookupInputPropertyConversions
    • setLookupInputPropertyConversions

      public void setLookupInputPropertyConversions(Map<String,String> lookupInputPropertyConversions)
      Deprecated.
      Parameters:
      lookupInputPropertyConversions - the lookupInputPropertyConversions to set
    • getLookupReturnPropertyConversions

      public Map<String,String> getLookupReturnPropertyConversions()
      Deprecated.
      Returns:
      the lookupReturnPropertyConversions
    • setLookupReturnPropertyConversions

      public void setLookupReturnPropertyConversions(Map<String,String> lookupReturnPropertyConversions)
      Deprecated.
      Parameters:
      lookupReturnPropertyConversions - the lookupReturnPropertyConversions to set
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
      See Also:
    • getLookupBoClass

      public String getLookupBoClass()
      Deprecated.
    • setLookupBoClass

      public void setLookupBoClass(String lookupBoClass)
      Deprecated.
    • isHasLookupBoDefinition

      public boolean isHasLookupBoDefinition()
      Deprecated.
    • completeValidation

      public void completeValidation(Class rootObjectClass, Class otherObjectClass, ValidationTrace tracer)
      Deprecated.
      Specified by:
      completeValidation in interface DataDictionaryDefinition
      Overrides:
      completeValidation in class AttributeDefinition