|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.common.attribute.KimAttribute
public final class KimAttribute
An immutable representation of a KimAttributeContract.
To construct an instance of a KimAttribute, use the KimAttribute.Builder class.
KimAttributeContract,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
KimAttribute.Builder
This builder constructs an KimAttribute enforcing the constraints of the KimAttributeContract. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
Identifiable
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()
KimAttributeContract
getNamespaceCode in interface KimAttributeContractpublic String getAttributeLabel()
KimAttributeContract
getAttributeLabel in interface KimAttributeContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||