Class EntityResidency
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.residency.EntityResidency
- All Implemented Interfaces:
Serializable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,EntityResidencyContract
public final class EntityResidency
extends AbstractDataTransferObject
implements EntityResidencyContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityResidencyinstances. -
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityResidencyContract's determination method.Gets thisEntityResidencyContract's identity id.getId()Gets the state thisEntityResidencyContractis in.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getEntityId
Description copied from interface:EntityResidencyContractGets thisEntityResidencyContract's identity id.- Specified by:
getEntityIdin interfaceEntityResidencyContract- Returns:
- the identity id for this
EntityResidencyContract, or null if none has been assigned.
-
getDeterminationMethod
Description copied from interface:EntityResidencyContractGets thisEntityResidencyContract's determination method.- Specified by:
getDeterminationMethodin interfaceEntityResidencyContract- Returns:
- the determination method for this
EntityResidencyContract, or null if none has been assigned.
-
getInState
Description copied from interface:EntityResidencyContractGets the state thisEntityResidencyContractis in.- Specified by:
getInStatein interfaceEntityResidencyContract- Returns:
- the state this
EntityResidencyContractis in, or null if none has been assigned.
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
getId
- Specified by:
getIdin interfaceIdentifiable
-