org.kuali.rice.kim.bo.entity.impl
Class KimEntityResidencyImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by org.kuali.rice.kim.bo.entity.impl.KimEntityResidencyImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, KimEntityResidency, BusinessObject, PersistableBusinessObject

@Entity
public class KimEntityResidencyImpl
extends KimEntityDataBase
implements KimEntityResidency

This class is used to store residency information about an entity.

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
Serialized Form

Field Summary
private  String determinationMethod
           
private  String entityId
           
private  String id
           
private  String inStateFlag
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimEntityResidencyImpl()
           
 
Method Summary
 String getDeterminationMethod()
          Gets this KimEntityResidency's determination method.
 String getEntityId()
          Gets this KimEntityResidency's entity id.
 String getId()
          Gets this KimEntityResidency's id.
 String getInState()
          Gets the state this KimEntityResidency is in.
 void setDeterminationMethod(String determinationMethod)
           
 void setEntityId(String entityId)
           
 void setId(String id)
           
 void setInStateFlag(String inStateFlag)
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem, getDefaultItem
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

private String id

entityId

private String entityId

determinationMethod

private String determinationMethod

inStateFlag

private String inStateFlag
Constructor Detail

KimEntityResidencyImpl

public KimEntityResidencyImpl()
Method Detail

setInStateFlag

public void setInStateFlag(String inStateFlag)
Parameters:
inStateFlag - the inStateFlag to set

setId

public void setId(String id)
Parameters:
id - the id to set

setEntityId

public void setEntityId(String entityId)
Parameters:
entityId - the entityId to set

setDeterminationMethod

public void setDeterminationMethod(String determinationMethod)
Parameters:
determinationMethod - the determinationMethod to set

getDeterminationMethod

public String getDeterminationMethod()
Description copied from interface: KimEntityResidency
Gets this KimEntityResidency's determination method.

Specified by:
getDeterminationMethod in interface KimEntityResidency
Returns:
the determination method for this KimEntityResidency, or null if none has been assigned.
See Also:
KimEntityResidency.getDeterminationMethod()

getEntityId

public String getEntityId()
Description copied from interface: KimEntityResidency
Gets this KimEntityResidency's entity id.

Specified by:
getEntityId in interface KimEntityResidency
Returns:
the entity id for this KimEntityResidency, or null if none has been assigned.
See Also:
KimEntityResidency.getEntityId()

getId

public String getId()
Description copied from interface: KimEntityResidency
Gets this KimEntityResidency's id.

Specified by:
getId in interface KimEntityResidency
Returns:
the id for this KimEntityResidency, or null if none has been assigned.
See Also:
KimEntityResidency.getId()

getInState

public String getInState()
Description copied from interface: KimEntityResidency
Gets the state this KimEntityResidency is in.

Specified by:
getInState in interface KimEntityResidency
Returns:
the state this KimEntityResidency is in, or null if none has been assigned.
See Also:
KimEntityResidency.getInState()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.