Interface EntityEthnicityContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
EntityEthnicity,EntityEthnicity.Builder
ethnicity information for a KIM identity
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
-
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityEthnicityContract's identity id.Gets thisEntityEthnicityContract's ethnicity code.Gets thisEntityEthnicityContract's unmasked ethnicity code.Gets thisEntityEthnicityContract's sub-ethnicity code.Gets thisEntityEthnicityContract's unmasked sub-ethnicity code.booleanReturns a boolean value that determines if personal fields should be suppressed.Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getEntityId
String getEntityId()Gets thisEntityEthnicityContract's identity id.- Returns:
- the identity id for this
EntityEthnicityContract, or null if none has been assigned.
-
getEthnicityCode
String getEthnicityCode()Gets thisEntityEthnicityContract's ethnicity code.- Returns:
- the ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getEthnicityCodeUnmasked
String getEthnicityCodeUnmasked()Gets thisEntityEthnicityContract's unmasked ethnicity code.- Returns:
- the unmasked ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getSubEthnicityCode
String getSubEthnicityCode()Gets thisEntityEthnicityContract's sub-ethnicity code.- Returns:
- the sub-ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getSubEthnicityCodeUnmasked
String getSubEthnicityCodeUnmasked()Gets thisEntityEthnicityContract's unmasked sub-ethnicity code.- Returns:
- the unmasked sub-ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
isSuppressPersonal
boolean isSuppressPersonal()Returns a boolean value that determines if personal fields should be suppressed.- Returns:
- boolean value that determines if personal fields should be suppressed.
-