org.kuali.rice.kim.api.identity.residency
Interface EntityResidencyContract

All Superinterfaces:
GloballyUnique, Identifiable, Versioned
All Known Implementing Classes:
EntityResidency, EntityResidency.Builder

public interface EntityResidencyContract
extends Versioned, GloballyUnique, Identifiable

residency info for a KIM identity

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

Method Summary
 String getDeterminationMethod()
          Gets this EntityResidencyContract's determination method.
 String getEntityId()
          Gets this EntityResidencyContract's identity id.
 String getInState()
          Gets the state this EntityResidencyContract is in.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getEntityId

String getEntityId()
Gets this EntityResidencyContract's identity id.

Returns:
the identity id for this EntityResidencyContract, or null if none has been assigned.

getDeterminationMethod

String getDeterminationMethod()
Gets this EntityResidencyContract's determination method.

Returns:
the determination method for this EntityResidencyContract, or null if none has been assigned.

getInState

String getInState()
Gets the state this EntityResidencyContract is in.

Returns:
the state this EntityResidencyContract is in, or null if none has been assigned.


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.