public final class EntityEthnicity extends AbstractDataTransferObject implements EntityEthnicityContract
Modifier and Type | Class and Description |
---|---|
static class |
EntityEthnicity.Builder
A builder which can be used to construct
EntityEthnicity instances. |
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 |
getId()
The unique identifier for an object.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
String |
getSubEthnicityCode()
Gets this
EntityEthnicityContract 's sub-ethnicity code. |
String |
getSubEthnicityCodeUnmasked()
Gets this
EntityEthnicityContract 's unmasked sub-ethnicity code. |
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isSuppressPersonal()
Returns a boolean value that determines if personal fields should be suppressed.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getEntityId()
EntityEthnicityContract
EntityEthnicityContract
's identity id.getEntityId
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getEthnicityCode()
EntityEthnicityContract
EntityEthnicityContract
's ethnicity code.getEthnicityCode
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getEthnicityCodeUnmasked()
EntityEthnicityContract
EntityEthnicityContract
's unmasked ethnicity code.getEthnicityCodeUnmasked
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getSubEthnicityCode()
EntityEthnicityContract
EntityEthnicityContract
's sub-ethnicity code.getSubEthnicityCode
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public String getSubEthnicityCodeUnmasked()
EntityEthnicityContract
EntityEthnicityContract
's unmasked sub-ethnicity code.getSubEthnicityCodeUnmasked
in interface EntityEthnicityContract
EntityEthnicityContract
, or null if none has been assigned.public boolean isSuppressPersonal()
EntityEthnicityContract
isSuppressPersonal
in interface EntityEthnicityContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.