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. |
static class |
KimAttribute.Cache |
| 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()
The unique identifier for an object.
|
String |
getNamespaceCode()
The namespace code that this kim attribute belongs too.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId 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()
VersionedgetVersionNumber in interface Versionedpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.