Interface CategoryDefinitionContract
- All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned
- All Known Implementing Classes:
CategoryDefinition,CategoryDefinition.Builder
public interface CategoryDefinitionContract
extends org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
Defines the category definition.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()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
getIdMethods 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
-