Interface KewAttributeDefinitionContract

All Superinterfaces:
Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
KewAttributeDefinition, KewAttributeDefinition.Builder

public interface KewAttributeDefinitionContract extends Identifiable, Inactivatable, Versioned
  • Method Details

    • getName

      String getName()
      This is the name for the KewAttributeDefinition

      It is a name of a KewAttributeDefinition.

      Returns:
      name for KewAttributeDefinition.
    • getNamespace

      String getNamespace()
      This is the namespace code.

      It provides scope of the KewAttributeDefinition.

      Returns:
      the namespace code of the KewAttributeDefinition.
    • getLabel

      String getLabel()
      This is the label of the KewAttributeDefinition
      Returns:
      the label of the KewAttributeDefinition
    • getDescription

      String getDescription()
      this is the optional description for the KewAttributeDefinition
      Returns:
      the description text
    • getComponentName

      String getComponentName()
      This is the component name of the KewAttributeDefinition
      Returns:
      the component name of the KewAttributeDefinition