Class EntityEthnicity
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.personal.EntityEthnicity
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,EntityEthnicityContract
public final class EntityEthnicity
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements EntityEthnicityContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityEthnicityinstances. -
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityEthnicityContract's identity id.Gets thisEntityEthnicityContract's ethnicity code.Gets thisEntityEthnicityContract's unmasked ethnicity code.getId()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 class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getEntityId
Description copied from interface:EntityEthnicityContractGets thisEntityEthnicityContract's identity id.- Specified by:
getEntityIdin interfaceEntityEthnicityContract- Returns:
- the identity id for this
EntityEthnicityContract, or null if none has been assigned.
-
getEthnicityCode
Description copied from interface:EntityEthnicityContractGets thisEntityEthnicityContract's ethnicity code.- Specified by:
getEthnicityCodein interfaceEntityEthnicityContract- Returns:
- the ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getEthnicityCodeUnmasked
Description copied from interface:EntityEthnicityContractGets thisEntityEthnicityContract's unmasked ethnicity code.- Specified by:
getEthnicityCodeUnmaskedin interfaceEntityEthnicityContract- Returns:
- the unmasked ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getSubEthnicityCode
Description copied from interface:EntityEthnicityContractGets thisEntityEthnicityContract's sub-ethnicity code.- Specified by:
getSubEthnicityCodein interfaceEntityEthnicityContract- Returns:
- the sub-ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
getSubEthnicityCodeUnmasked
Description copied from interface:EntityEthnicityContractGets thisEntityEthnicityContract's unmasked sub-ethnicity code.- Specified by:
getSubEthnicityCodeUnmaskedin interfaceEntityEthnicityContract- Returns:
- the unmasked sub-ethnicity code for this
EntityEthnicityContract, or null if none has been assigned.
-
isSuppressPersonal
public boolean isSuppressPersonal()Description copied from interface:EntityEthnicityContractReturns a boolean value that determines if personal fields should be suppressed.- Specified by:
isSuppressPersonalin interfaceEntityEthnicityContract- Returns:
- boolean value that determines if personal fields should be suppressed.
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-