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 TypeMethodDescriptionThis is the component name of the KewAttributeDefinitionthis is the optional description for theKewAttributeDefinitiongetLabel()This is the label of the KewAttributeDefinitiongetName()This is the name for the KewAttributeDefinitionThis is the namespace code.Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getName
String getName()This is the name for the KewAttributeDefinitionIt 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 theKewAttributeDefinition- Returns:
- the description text
-
getComponentName
String getComponentName()This is the component name of the KewAttributeDefinition- Returns:
- the component name of the KewAttributeDefinition
-