|
||||||||||
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.identity.CodedAttribute
public final class CodedAttribute
Nested Class Summary | |
---|---|
static class |
CodedAttribute.Builder
A builder which can be used to construct CodedAttribute instances. |
static class |
CodedAttribute.Cache
|
Method Summary | |
---|---|
String |
getCode()
The code value for this object. |
String |
getName()
This the name for the AddressType. |
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getSortCode()
This the sort code for the AddressType. |
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 getName()
CodedAttributeContract
getName
in interface CodedAttributeContract
public String getCode()
Coded
getCode
in interface Coded
public String getSortCode()
CodedAttributeContract
getSortCode
in interface CodedAttributeContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |