|
||||||||||
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.residency.EntityResidency
public final class EntityResidency
Nested Class Summary | |
---|---|
static class |
EntityResidency.Builder
A builder which can be used to construct EntityResidency instances. |
Method Summary | |
---|---|
String |
getDeterminationMethod()
Gets this EntityResidencyContract 's determination method. |
String |
getEntityId()
Gets this EntityResidencyContract 's identity id. |
String |
getId()
The unique identifier for an object. |
String |
getInState()
Gets the state this EntityResidencyContract is in. |
String |
getObjectId()
Return the globally unique object id of this object. |
Long |
getVersionNumber()
Returns the version number for this object. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getEntityId()
EntityResidencyContract
EntityResidencyContract
's identity id.
getEntityId
in interface EntityResidencyContract
EntityResidencyContract
, or null if none has been assigned.public String getDeterminationMethod()
EntityResidencyContract
EntityResidencyContract
's determination method.
getDeterminationMethod
in interface EntityResidencyContract
EntityResidencyContract
, or null if none has been assigned.public String getInState()
EntityResidencyContract
EntityResidencyContract
is in.
getInState
in interface EntityResidencyContract
EntityResidencyContract
is in, or null if none has been assigned.public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public String getId()
Identifiable
getId
in interface Identifiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |