|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 FormNested 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 Identifiable
public String getComponentName()
KimAttributeContract
KimAttributeContract.getAttributeName()
. This cannot be null or a blank string.
getComponentName
in interface KimAttributeContract
public String getAttributeName()
KimAttributeContract
KimAttributeContract.getComponentName()
. This cannot be null or a blank string.
getAttributeName
in interface KimAttributeContract
public String getNamespaceCode()
KimAttributeContract
getNamespaceCode
in interface KimAttributeContract
public String getAttributeLabel()
KimAttributeContract
getAttributeLabel
in interface KimAttributeContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |