org.kuali.rice.kim.impl.identity.residency
Class EntityResidencyBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.impl.identity.residency.EntityResidencyBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, EntityResidencyContract, BusinessObject, PersistableBusinessObject

@Entity
public class EntityResidencyBo
extends PersistableBusinessObjectBase
implements EntityResidencyContract

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
EntityResidencyBo()
           
 
Method Summary
static EntityResidencyBo from(EntityResidency immutable)
          Creates a EntityResidencyBo business object from an immutable representation of a EntityResidency.
 org.joda.time.DateTime getChangeDate()
           
 String getCountryCode()
           
 String getCountyCode()
           
 String getDeterminationMethod()
           
 String getEntityId()
          Gets this EntityResidencyContract's identity id.
 org.joda.time.DateTime getEstablishedDate()
           
 String getId()
          The unique identifier for an object.
 String getInState()
           
 CodedAttributeContract getResidencyStatus()
           
 CodedAttributeContract getResidencyType()
           
 String getStateProvinceCode()
           
 void setDeterminationMethod(String determinationMethod)
           
 void setEntityId(String entityId)
           
 void setId(String id)
           
 void setInState(String inState)
           
static EntityResidency to(EntityResidencyBo bo)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
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.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.ModelObjectBasic
toString
 

Constructor Detail

EntityResidencyBo

public EntityResidencyBo()
Method Detail

to

public static EntityResidency to(EntityResidencyBo bo)

from

public static EntityResidencyBo from(EntityResidency immutable)
Creates a EntityResidencyBo business object from an immutable representation of a EntityResidency.

Parameters:
immutable - an immutable EntityResidency
Returns:
a EntityResidencyBo

getEstablishedDate

public org.joda.time.DateTime getEstablishedDate()
Specified by:
getEstablishedDate in interface EntityResidencyContract

getChangeDate

public org.joda.time.DateTime getChangeDate()
Specified by:
getChangeDate in interface EntityResidencyContract

getCountryCode

public String getCountryCode()
Specified by:
getCountryCode in interface EntityResidencyContract

getCountyCode

public String getCountyCode()
Specified by:
getCountyCode in interface EntityResidencyContract

getStateProvinceCode

public String getStateProvinceCode()
Specified by:
getStateProvinceCode in interface EntityResidencyContract

getResidencyStatus

public CodedAttributeContract getResidencyStatus()
Specified by:
getResidencyStatus in interface EntityResidencyContract

getResidencyType

public CodedAttributeContract getResidencyType()
Specified by:
getResidencyType in interface EntityResidencyContract

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

setId

public void setId(String id)

getEntityId

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

Specified by:
getEntityId in interface EntityResidencyContract
Returns:
the identity id for this EntityResidencyContract, or null if none has been assigned.

setEntityId

public void setEntityId(String entityId)

getDeterminationMethod

public String getDeterminationMethod()
Specified by:
getDeterminationMethod in interface EntityResidencyContract
Returns:
the determination method for this EntityResidencyContract, or null if none has been assigned.

setDeterminationMethod

public void setDeterminationMethod(String determinationMethod)

getInState

public String getInState()
Specified by:
getInState in interface EntityResidencyContract
Returns:
the state this EntityResidencyContract is in, or null if none has been assigned.

setInState

public void setInState(String inState)


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