org.kuali.rice.kim.bo.entity.dto
Class KimEntityEthnicityInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.entity.dto.KimInfoBase
      extended by org.kuali.rice.kim.bo.entity.dto.KimEntityEthnicityInfo
All Implemented Interfaces:
Serializable, KimEntityEthnicity

public class KimEntityEthnicityInfo
extends KimInfoBase
implements KimEntityEthnicity

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected String id

entityId

protected String entityId

ethnicityCode

protected String ethnicityCode

ethnicityCodeUnmasked

protected String ethnicityCodeUnmasked

subEthnicityCode

protected String subEthnicityCode

subEthnicityCodeUnmasked

protected String subEthnicityCodeUnmasked

suppressPersonal

protected boolean suppressPersonal
Constructor Detail

KimEntityEthnicityInfo

public KimEntityEthnicityInfo()

KimEntityEthnicityInfo

public KimEntityEthnicityInfo(KimEntityEthnicity kimEntityEthnicity)
Method Detail

getId

public String getId()
Gets this KimEntityEthnicity's id.

Specified by:
getId in interface KimEntityEthnicity
Returns:
the id for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getId()

setId

public void setId(String id)
Parameters:
id - the id to set

getEntityId

public String getEntityId()
Gets this KimEntityEthnicity's entity id.

Specified by:
getEntityId in interface KimEntityEthnicity
Returns:
the entity id for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getEntityId()

setEntityId

public void setEntityId(String entityId)
Parameters:
entityId - the entityId to set

getEthnicityCode

public String getEthnicityCode()
Gets this KimEntityEthnicity's ethnicity code.

Specified by:
getEthnicityCode in interface KimEntityEthnicity
Returns:
the ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getEthnicityCode()

setEthnicityCode

public void setEthnicityCode(String ethnicityCode)
Parameters:
ethnicityCode - the ethnicityCode to set

getEthnicityCodeUnmasked

public String getEthnicityCodeUnmasked()
Gets this KimEntityEthnicity's unmasked ethnicity code.

Specified by:
getEthnicityCodeUnmasked in interface KimEntityEthnicity
Returns:
the unmasked ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getEthnicityCodeUnmasked()

setEthnicityCodeUnmasked

public void setEthnicityCodeUnmasked(String ethnicityCodeUnmasked)
Parameters:
ethnicityCodeUnmasked - the ethnicityCodeUnmasked to set

getSubEthnicityCode

public String getSubEthnicityCode()
Gets this KimEntityEthnicity's sub-ethnicity code.

Specified by:
getSubEthnicityCode in interface KimEntityEthnicity
Returns:
the sub-ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getSubEthnicityCode()

setSubEthnicityCode

public void setSubEthnicityCode(String subEthnicityCode)
Parameters:
subEthnicityCode - the subEthnicityCode to set

getSubEthnicityCodeUnmasked

public String getSubEthnicityCodeUnmasked()
Gets this KimEntityEthnicity's unmasked sub-ethnicity code.

Specified by:
getSubEthnicityCodeUnmasked in interface KimEntityEthnicity
Returns:
the unmasked sub-ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getSubEthnicityCodeUnmasked()

setSubEthnicityCodeUnmasked

public void setSubEthnicityCodeUnmasked(String subEthnicityCodeUnmasked)
Parameters:
subEthnicityCodeUnmasked - the subEthnicityCodeUnmasked to set

isSuppressPersonal

public boolean isSuppressPersonal()
Specified by:
isSuppressPersonal in interface KimEntityEthnicity
Returns:
the suppressPersonal

setSuppressPersonal

public void setSuppressPersonal(boolean suppressPersonal)
Parameters:
suppressPersonal - the suppressPersonal to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.