public final class EntityResidency extends AbstractDataTransferObject implements EntityResidencyContract
Modifier and Type | Class and Description |
---|---|
static class |
EntityResidency.Builder
A builder which can be used to construct
EntityResidency instances. |
Modifier and Type | Method and Description |
---|---|
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
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
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.