public final class KimAttribute extends AbstractDataTransferObject implements KimAttributeContract
KimAttributeContract.
To construct an instance of a KimAttribute, use the KimAttribute.Builder class.
KimAttributeContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
KimAttribute.Builder
This builder constructs an KimAttribute enforcing the constraints of the
KimAttributeContract. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeLabel()
The label for the kim attribute.
|
String |
getAttributeName()
The name of the attribute on the
KimAttributeContract.getComponentName(). |
String |
getComponentName()
A fully-qualified class name which contains the
KimAttributeContract.getAttributeName(). |
String |
getId() |
String |
getNamespaceCode()
The namespace code that this kim attribute belongs too.
|
String |
getObjectId() |
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getComponentName()
KimAttributeContractKimAttributeContract.getAttributeName(). This cannot be null or a blank string.getComponentName in interface KimAttributeContractpublic String getAttributeName()
KimAttributeContractKimAttributeContract.getComponentName(). This cannot be null or a blank string.getAttributeName in interface KimAttributeContractpublic String getNamespaceCode()
KimAttributeContractgetNamespaceCode in interface KimAttributeContractpublic String getAttributeLabel()
KimAttributeContractgetAttributeLabel in interface KimAttributeContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic boolean isActive()
isActive in interface Inactivatablepublic String getObjectId()
getObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.