@Entity public class EntityCitizenshipBo extends PersistableBusinessObjectBase implements EntityCitizenshipContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityCitizenshipBo() |
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic EntityCitizenshipBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getEntityId()
getEntityId in interface EntityCitizenshipContractpublic void setEntityId(String value)
public String getCountryCode()
getCountryCode in interface EntityCitizenshipContractpublic void setCountryCode(String value)
public String getStatusCode()
public void setStatusCode(String value)
public Timestamp getStartDateValue()
public void setStartDateValue(Timestamp value)
public Timestamp getEndDateValue()
public void setEndDateValue(Timestamp value)
public void setStatus(EntityCitizenshipStatusBo value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public static EntityCitizenship to(EntityCitizenshipBo bo)
public static EntityCitizenshipBo from(EntityCitizenship immutable)
public org.joda.time.DateTime getStartDate()
getStartDate in interface EntityCitizenshipContractpublic org.joda.time.DateTime getEndDate()
getEndDate in interface EntityCitizenshipContractpublic EntityCitizenshipStatusBo getStatus()
getStatus in interface EntityCitizenshipContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.