org.kuali.rice.kim.impl.identity.personal
Class EntityBioDemographicsBo
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.identity.personal.EntityBioDemographicsBo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, EntityBioDemographicsContract, BusinessObject, PersistableBusinessObject
@Entity
public class EntityBioDemographicsBo
- extends PersistableBusinessObjectBase
- implements EntityBioDemographicsContract, groovy.lang.GroovyObject
- See Also:
- Serialized Form
| Methods inherited from class org.kuali.rice.krad.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 |
EntityBioDemographicsBo
public EntityBioDemographicsBo()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getEntityId
public String getEntityId()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's identity id.
- Specified by:
getEntityId in interface EntityBioDemographicsContract
- Returns:
- the identity id for this
EntityBioDemographicsContract, or null if none has been assigned.
setEntityId
public void setEntityId(String value)
getBirthDateValue
public Date getBirthDateValue()
setBirthDateValue
public void setBirthDateValue(Date value)
setGenderCode
public void setGenderCode(String value)
getDeceasedDateValue
public Date getDeceasedDateValue()
setDeceasedDateValue
public void setDeceasedDateValue(Date value)
setMaritalStatusCode
public void setMaritalStatusCode(String value)
setPrimaryLanguageCode
public void setPrimaryLanguageCode(String value)
setSecondaryLanguageCode
public void setSecondaryLanguageCode(String value)
setCountryOfBirthCode
public void setCountryOfBirthCode(String value)
setBirthStateCode
public void setBirthStateCode(String value)
setCityOfBirth
public void setCityOfBirth(String value)
setGeographicOrigin
public void setGeographicOrigin(String value)
setSuppressPersonal
public void setSuppressPersonal(boolean value)
to
public static EntityBioDemographics to(EntityBioDemographicsBo bo)
from
public static EntityBioDemographicsBo from(EntityBioDemographics immutable)
getBirthDate
public String getBirthDate()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's birth date.
- Specified by:
getBirthDate in interface EntityBioDemographicsContract
- Returns:
- the birth date for this
EntityBioDemographicsContract, or null if none has been assigned.
getDeceasedDate
public String getDeceasedDate()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's deceased date.
- Specified by:
getDeceasedDate in interface EntityBioDemographicsContract
- Returns:
- the deceased date for this
EntityBioDemographicsContract, or null if none has been assigned.
getBirthDateUnmasked
public String getBirthDateUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked birth date.
- Specified by:
getBirthDateUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked birth date for this
EntityBioDemographicsContract, or null if none has been assigned.
isSuppressPersonal
public boolean isSuppressPersonal()
- Description copied from interface:
EntityBioDemographicsContract
- Returns a boolean value that determines if personal fields should be suppressed.
- Specified by:
isSuppressPersonal in interface EntityBioDemographicsContract
- Returns:
- boolean value that determines if personal fields should be suppressed.
getGenderCode
public String getGenderCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's gender code.
- Specified by:
getGenderCode in interface EntityBioDemographicsContract
- Returns:
- the gender code for this
EntityBioDemographicsContract, or null if none has been assigned.
getMaritalStatusCode
public String getMaritalStatusCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's marital status code.
- Specified by:
getMaritalStatusCode in interface EntityBioDemographicsContract
- Returns:
- the marital status code for this
EntityBioDemographicsContract, or null if none has been assigned.
getPrimaryLanguageCode
public String getPrimaryLanguageCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's primary language code.
- Specified by:
getPrimaryLanguageCode in interface EntityBioDemographicsContract
- Returns:
- the primary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
getSecondaryLanguageCode
public String getSecondaryLanguageCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's secondary language code.
- Specified by:
getSecondaryLanguageCode in interface EntityBioDemographicsContract
- Returns:
- the secondary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
getCountryOfBirthCode
public String getCountryOfBirthCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's country of birth code.
- Specified by:
getCountryOfBirthCode in interface EntityBioDemographicsContract
- Returns:
- the country of birth code for this
EntityBioDemographicsContract, or null if none has been assigned.
getBirthStateCode
public String getBirthStateCode()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's birth state code.
- Specified by:
getBirthStateCode in interface EntityBioDemographicsContract
- Returns:
- the birth state code for this
EntityBioDemographicsContract, or null if none has been assigned.
getCityOfBirth
public String getCityOfBirth()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's city of birth.
- Specified by:
getCityOfBirth in interface EntityBioDemographicsContract
- Returns:
- the city of birth for this
EntityBioDemographicsContract, or null if none has been assigned.
getGeographicOrigin
public String getGeographicOrigin()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's geographic origin.
- Specified by:
getGeographicOrigin in interface EntityBioDemographicsContract
- Returns:
- the geographic origin for this
EntityBioDemographicsContract, or null if none has been assigned.
getGenderCodeUnmasked
public String getGenderCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked gender code.
- Specified by:
getGenderCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked gender code for this
EntityBioDemographicsContract, or null if none has been assigned.
getMaritalStatusCodeUnmasked
public String getMaritalStatusCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked martial status code.
- Specified by:
getMaritalStatusCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked martial status code for this
EntityBioDemographicsContract, or null if none has been assigned.
getPrimaryLanguageCodeUnmasked
public String getPrimaryLanguageCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked primary language code.
- Specified by:
getPrimaryLanguageCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked primary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
getSecondaryLanguageCodeUnmasked
public String getSecondaryLanguageCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked secondary language code.
- Specified by:
getSecondaryLanguageCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked secondary language code for this
EntityBioDemographicsContract, or null if none has been assigned.
getCountryOfBirthCodeUnmasked
public String getCountryOfBirthCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked country of birth code.
- Specified by:
getCountryOfBirthCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked country of birth code for this
EntityBioDemographicsContract, or null if none has been assigned.
getBirthStateCodeUnmasked
public String getBirthStateCodeUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmaksed birth state code.
- Specified by:
getBirthStateCodeUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmaksed birth state code for this
EntityBioDemographicsContract, or null if none has been assigned.
getCityOfBirthUnmasked
public String getCityOfBirthUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked city of birth.
- Specified by:
getCityOfBirthUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked city of birth for this
EntityBioDemographicsContract, or null if none has been assigned.
getGeographicOriginUnmasked
public String getGeographicOriginUnmasked()
- Description copied from interface:
EntityBioDemographicsContract
- Gets this
EntityBioDemographicsContract's unmasked geographic origin.
- Specified by:
getGeographicOriginUnmasked in interface EntityBioDemographicsContract
- Returns:
- the unmasked geographic origin for this
EntityBioDemographicsContract, or null if none has been assigned.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.