org.kuali.rice.kim.bo.entity.impl
Class KimEntityResidencyImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
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
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 |
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
KimEntityResidencyImpl
public KimEntityResidencyImpl()
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.