public interface KrmsAttributeDefinitionContract extends Identifiable, Inactivatable, Versioned
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentName()
Returns the name of the component used to display the attribute.
|
String |
getDescription()
Returns the description of the attribute.
|
String |
getLabel()
Returns the label of this attribute definition.
|
String |
getName()
Returns the name of this attribute definition.
|
String |
getNamespace()
Returns the namespace of this attribute definition.
|
getIdisActivegetVersionNumberString getName()
All attribute definitions have a name and namespace, so this value can not be null or blank. The combination of name and namespace must be unique within the entire KRMS system.
String getNamespace()
The namespace provides scope of the the attribute definition. All attribute definition have a name and namespace, so this field may not be null or blank. The combination of name and namespace must be unique within the entire KRMS system.
String getLabel()
This is an optional field and may be null or blank.
String getDescription()
This is an option field and may be null or blank.
String getComponentName()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.