Interface CategoryDefinitionContract

All Superinterfaces:
Identifiable, Versioned
All Known Implementing Classes:
CategoryDefinition, CategoryDefinition.Builder

public interface CategoryDefinitionContract extends Identifiable, Versioned
Defines the category definition.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the category definition.
    Returns the namespace of the category definition.

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

    getId

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

    getVersionNumber
  • Method Details

    • getName

      String getName()
      Returns the name of the category definition. The combination of name and namespaceCode represent a unique business key for the category definition. The name should never be null or blank.
      Returns:
      the name of the category definition, should never be null or blank
    • getNamespace

      String getNamespace()
      Returns the namespace of the category definition. The combination of namespace and name represent a unique business key for the category definition. The namespace should never be null or blank.
      Returns:
      the namespace of the category definition, should never be null or blank