Interface KewAttributeDefinitionContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
KewAttributeDefinition, KewAttributeDefinition.Builder

public interface KewAttributeDefinitionContract extends org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
  • Method Summary

    Modifier and Type
    Method
    Description
    This is the component name of the KewAttributeDefinition
    this is the optional description for the KewAttributeDefinition
    This is the label of the KewAttributeDefinition
    This is the name for the KewAttributeDefinition
    This is the namespace code.

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable

    getId

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable

    isActive

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned

    getVersionNumber
  • 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