public interface EntityEthnicityContract extends Versioned, GloballyUnique, Identifiable
| Modifier and Type | Method and Description |
|---|---|
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 |
getSubEthnicityCode()
Gets this
EntityEthnicityContract's sub-ethnicity code. |
String |
getSubEthnicityCodeUnmasked()
Gets this
EntityEthnicityContract's unmasked sub-ethnicity code. |
boolean |
isSuppressPersonal()
Returns a boolean value that determines if personal fields should be suppressed.
|
getVersionNumbergetObjectIdgetIdString getEntityId()
EntityEthnicityContract's identity id.EntityEthnicityContract, or null if none has been assigned.String getEthnicityCode()
EntityEthnicityContract's ethnicity code.EntityEthnicityContract, or null if none has been assigned.String getEthnicityCodeUnmasked()
EntityEthnicityContract's unmasked ethnicity code.EntityEthnicityContract, or null if none has been assigned.String getSubEthnicityCode()
EntityEthnicityContract's sub-ethnicity code.EntityEthnicityContract, or null if none has been assigned.String getSubEthnicityCodeUnmasked()
EntityEthnicityContract's unmasked sub-ethnicity code.EntityEthnicityContract, or null if none has been assigned.boolean isSuppressPersonal()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.