@Entity public class EntityEthnicityBo extends PersistableBusinessObjectBase implements EntityEthnicityContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityEthnicityBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityEthnicityBo |
from(EntityEthnicity immutable) |
String |
getEntityId() |
String |
getEthnicityCode() |
String |
getEthnicityCodeUnmasked() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSubEthnicityCode() |
String |
getSubEthnicityCodeUnmasked() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isSuppressPersonal() |
void |
setEntityId(String value) |
void |
setEthnicityCode(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSubEthnicityCode(String value) |
void |
setSuppressPersonal(boolean value) |
static EntityEthnicity |
to(EntityEthnicityBo bo) |
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 EntityEthnicityBo()
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 EntityEthnicityContractpublic void setEntityId(String value)
public void setEthnicityCode(String value)
public void setSubEthnicityCode(String value)
public void setSuppressPersonal(boolean value)
public static EntityEthnicity to(EntityEthnicityBo bo)
public static EntityEthnicityBo from(EntityEthnicity immutable)
public boolean isSuppressPersonal()
isSuppressPersonal in interface EntityEthnicityContractpublic String getEthnicityCode()
getEthnicityCode in interface EntityEthnicityContractpublic String getSubEthnicityCode()
getSubEthnicityCode in interface EntityEthnicityContractpublic String getEthnicityCodeUnmasked()
getEthnicityCodeUnmasked in interface EntityEthnicityContractpublic String getSubEthnicityCodeUnmasked()
getSubEthnicityCodeUnmasked in interface EntityEthnicityContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.