org.kuali.rice.kim.bo.entity
Interface KimEntityEthnicity

All Known Implementing Classes:
KimEntityEthnicityImpl, KimEntityEthnicityInfo

public interface KimEntityEthnicity

ethnicity information for a KIM entity

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

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()
           
 

Method Detail

getId

String getId()
Gets this KimEntityEthnicity's id.

Returns:
the id for this KimEntityEthnicity, or null if none has been assigned.

getEntityId

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

Returns:
the entity id for this KimEntityEthnicity, or null if none has been assigned.

getEthnicityCode

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

Returns:
the ethnicity code for this KimEntityEthnicity, or null if none has been assigned.

getEthnicityCodeUnmasked

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

Returns:
the unmasked ethnicity code for this KimEntityEthnicity, or null if none has been assigned.

getSubEthnicityCode

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

Returns:
the sub-ethnicity code for this KimEntityEthnicity, or null if none has been assigned.

getSubEthnicityCodeUnmasked

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

Returns:
the unmasked sub-ethnicity code for this KimEntityEthnicity, or null if none has been assigned.

isSuppressPersonal

boolean isSuppressPersonal()


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