|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.DataObjectBase org.kuali.rice.kim.impl.identity.personal.EntityEthnicityBo
@Entity public class EntityEthnicityBo
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase |
---|
objectId, versionNumber |
Constructor Summary | |
---|---|
EntityEthnicityBo()
|
Method Summary | |
---|---|
static EntityEthnicityBo |
from(EntityEthnicity immutable)
Creates a EntityEthnicityBo business object from an immutable representation of a EntityEthnicity. |
String |
getEntityId()
Gets this EntityEthnicityContract 's identity id. |
String |
getEthnicityCode()
Gets this EntityEthnicityContract 's ethnicity code. |
String |
getEthnicityCodeUnmasked()
Gets this EntityEthnicityContract 's unmasked ethnicity code. |
String |
getId()
The unique identifier for an object. |
String |
getSubEthnicityCode()
Gets this EntityEthnicityContract 's sub-ethnicity code. |
String |
getSubEthnicityCodeUnmasked()
Gets this EntityEthnicityContract 's unmasked sub-ethnicity code. |
boolean |
getSuppressPersonal()
|
boolean |
isSuppressPersonal()
Returns a boolean value that determines if personal fields should be suppressed. |
void |
setEntityId(String entityId)
|
void |
setEthnicityCode(String ethnicityCode)
|
void |
setId(String id)
|
void |
setSubEthnicityCode(String subEthnicityCode)
|
void |
setSuppressPersonal(boolean suppressPersonal)
|
static EntityEthnicity |
to(EntityEthnicityBo bo)
|
Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase |
---|
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, 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 |
Constructor Detail |
---|
public EntityEthnicityBo()
Method Detail |
---|
public static EntityEthnicity to(EntityEthnicityBo bo)
public static EntityEthnicityBo from(EntityEthnicity immutable)
immutable
- an immutable EntityEthnicity
public boolean isSuppressPersonal()
EntityEthnicityContract
isSuppressPersonal
in interface EntityEthnicityContract
public String getEthnicityCode()
EntityEthnicityContract
EntityEthnicityContract
's ethnicity code.
getEthnicityCode
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getSubEthnicityCode()
EntityEthnicityContract
EntityEthnicityContract
's sub-ethnicity code.
getSubEthnicityCode
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getEthnicityCodeUnmasked()
EntityEthnicityContract
EntityEthnicityContract
's unmasked ethnicity code.
getEthnicityCodeUnmasked
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getSubEthnicityCodeUnmasked()
EntityEthnicityContract
EntityEthnicityContract
's unmasked sub-ethnicity code.
getSubEthnicityCodeUnmasked
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getId()
Identifiable
getId
in interface Identifiable
public void setId(String id)
public String getEntityId()
EntityEthnicityContract
EntityEthnicityContract
's identity id.
getEntityId
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public void setEntityId(String entityId)
public void setEthnicityCode(String ethnicityCode)
public void setSubEthnicityCode(String subEthnicityCode)
public boolean getSuppressPersonal()
public void setSuppressPersonal(boolean suppressPersonal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |