Interface EntityResidencyContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
EntityResidency,EntityResidency.Builder
residency info for a KIM identity
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
-
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityResidencyContract's determination method.Gets thisEntityResidencyContract's identity id.Gets the state thisEntityResidencyContractis in.Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getEntityId
String getEntityId()Gets thisEntityResidencyContract's identity id.- Returns:
- the identity id for this
EntityResidencyContract, or null if none has been assigned.
-
getDeterminationMethod
String getDeterminationMethod()Gets thisEntityResidencyContract's determination method.- Returns:
- the determination method for this
EntityResidencyContract, or null if none has been assigned.
-
getInState
String getInState()Gets the state thisEntityResidencyContractis in.- Returns:
- the state this
EntityResidencyContractis in, or null if none has been assigned.
-