org.kuali.rice.kim.api.identity.personal
Class EntityEthnicity

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kim.api.identity.personal.EntityEthnicity
All Implemented Interfaces:
Serializable, GloballyUnique, Identifiable, Versioned, ModelObjectBasic, ModelObjectComplete, EntityEthnicityContract

public final class EntityEthnicity
extends AbstractDataTransferObject
implements EntityEthnicityContract

See Also:
Serialized Form

Nested Class Summary
static class EntityEthnicity.Builder
          A builder which can be used to construct EntityEthnicity instances.
 
Method Summary
 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.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getEntityId

public String getEntityId()
Description copied from interface: EntityEthnicityContract
Gets this EntityEthnicityContract's identity id.

Specified by:
getEntityId in interface EntityEthnicityContract
Returns:
the identity id for this EntityEthnicityContract, or null if none has been assigned.

getEthnicityCode

public String getEthnicityCode()
Description copied from interface: EntityEthnicityContract
Gets this EntityEthnicityContract's ethnicity code.

Specified by:
getEthnicityCode in interface EntityEthnicityContract
Returns:
the ethnicity code for this EntityEthnicityContract, or null if none has been assigned.

getEthnicityCodeUnmasked

public String getEthnicityCodeUnmasked()
Description copied from interface: EntityEthnicityContract
Gets this EntityEthnicityContract's unmasked ethnicity code.

Specified by:
getEthnicityCodeUnmasked in interface EntityEthnicityContract
Returns:
the unmasked ethnicity code for this EntityEthnicityContract, or null if none has been assigned.

getSubEthnicityCode

public String getSubEthnicityCode()
Description copied from interface: EntityEthnicityContract
Gets this EntityEthnicityContract's sub-ethnicity code.

Specified by:
getSubEthnicityCode in interface EntityEthnicityContract
Returns:
the sub-ethnicity code for this EntityEthnicityContract, or null if none has been assigned.

getSubEthnicityCodeUnmasked

public String getSubEthnicityCodeUnmasked()
Description copied from interface: EntityEthnicityContract
Gets this EntityEthnicityContract's unmasked sub-ethnicity code.

Specified by:
getSubEthnicityCodeUnmasked in interface EntityEthnicityContract
Returns:
the unmasked sub-ethnicity code for this EntityEthnicityContract, or null if none has been assigned.

isSuppressPersonal

public boolean isSuppressPersonal()
Description copied from interface: EntityEthnicityContract
Returns a boolean value that determines if personal fields should be suppressed.

Specified by:
isSuppressPersonal in interface EntityEthnicityContract
Returns:
boolean value that determines if personal fields should be suppressed.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet

getObjectId

public String getObjectId()
Description copied from interface: GloballyUnique
Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getObjectId in interface GloballyUnique
Returns:
the objectId of this object, or null if it has not been set yet

getId

public String getId()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id


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