|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.bo.entity.dto.KimInfoBase org.kuali.rice.kim.bo.entity.dto.KimEntityEthnicityInfo
public class KimEntityEthnicityInfo
Field Summary | |
---|---|
protected String |
entityId
|
protected String |
ethnicityCode
|
protected String |
ethnicityCodeUnmasked
|
protected String |
id
|
private static long |
serialVersionUID
|
protected String |
subEthnicityCode
|
protected String |
subEthnicityCodeUnmasked
|
protected boolean |
suppressPersonal
|
Constructor Summary | |
---|---|
KimEntityEthnicityInfo()
|
|
KimEntityEthnicityInfo(KimEntityEthnicity kimEntityEthnicity)
|
Method Summary | |
---|---|
String |
getEntityId()
Gets this KimEntityEthnicity 's entity id. |
String |
getEthnicityCode()
Gets this KimEntityEthnicity 's ethnicity code. |
String |
getEthnicityCodeUnmasked()
Gets this KimEntityEthnicity 's unmasked ethnicity code. |
String |
getId()
Gets this KimEntityEthnicity 's id. |
String |
getSubEthnicityCode()
Gets this KimEntityEthnicity 's sub-ethnicity code. |
String |
getSubEthnicityCodeUnmasked()
Gets this KimEntityEthnicity 's unmasked sub-ethnicity code. |
boolean |
isSuppressPersonal()
|
void |
setEntityId(String entityId)
|
void |
setEthnicityCode(String ethnicityCode)
|
void |
setEthnicityCodeUnmasked(String ethnicityCodeUnmasked)
|
void |
setId(String id)
|
void |
setSubEthnicityCode(String subEthnicityCode)
|
void |
setSubEthnicityCodeUnmasked(String subEthnicityCodeUnmasked)
|
void |
setSuppressPersonal(boolean suppressPersonal)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected String id
protected String entityId
protected String ethnicityCode
protected String ethnicityCodeUnmasked
protected String subEthnicityCode
protected String subEthnicityCodeUnmasked
protected boolean suppressPersonal
Constructor Detail |
---|
public KimEntityEthnicityInfo()
public KimEntityEthnicityInfo(KimEntityEthnicity kimEntityEthnicity)
Method Detail |
---|
public String getId()
KimEntityEthnicity
's id.
getId
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getId()
public void setId(String id)
id
- the id to setpublic String getEntityId()
KimEntityEthnicity
's entity id.
getEntityId
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getEntityId()
public void setEntityId(String entityId)
entityId
- the entityId to setpublic String getEthnicityCode()
KimEntityEthnicity
's ethnicity code.
getEthnicityCode
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getEthnicityCode()
public void setEthnicityCode(String ethnicityCode)
ethnicityCode
- the ethnicityCode to setpublic String getEthnicityCodeUnmasked()
KimEntityEthnicity
's unmasked ethnicity code.
getEthnicityCodeUnmasked
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getEthnicityCodeUnmasked()
public void setEthnicityCodeUnmasked(String ethnicityCodeUnmasked)
ethnicityCodeUnmasked
- the ethnicityCodeUnmasked to setpublic String getSubEthnicityCode()
KimEntityEthnicity
's sub-ethnicity code.
getSubEthnicityCode
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getSubEthnicityCode()
public void setSubEthnicityCode(String subEthnicityCode)
subEthnicityCode
- the subEthnicityCode to setpublic String getSubEthnicityCodeUnmasked()
KimEntityEthnicity
's unmasked sub-ethnicity code.
getSubEthnicityCodeUnmasked
in interface KimEntityEthnicity
KimEntityEthnicity
, or null if none has been assigned.KimEntityEthnicity.getSubEthnicityCodeUnmasked()
public void setSubEthnicityCodeUnmasked(String subEthnicityCodeUnmasked)
subEthnicityCodeUnmasked
- the subEthnicityCodeUnmasked to setpublic boolean isSuppressPersonal()
isSuppressPersonal
in interface KimEntityEthnicity
public void setSuppressPersonal(boolean suppressPersonal)
suppressPersonal
- the suppressPersonal to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |