org.kuali.rice.kim.bo.entity.impl
Class KimEntityEthnicityImpl

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
              extended by org.kuali.rice.kim.bo.entity.impl.KimEntityEthnicityImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, KimEntityEthnicity, BusinessObject, PersistableBusinessObject

public class KimEntityEthnicityImpl
extends KimEntityDataBase
implements KimEntityEthnicity

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
Serialized Form

Field Summary
protected  String entityId
           
protected  String ethnicityCode
           
protected  String id
           
private static long serialVersionUID
           
protected  String subEthnicityCode
           
protected  Boolean suppressPersonal
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KimEntityEthnicityImpl()
           
 
Method Summary
 String getEntityId()
          Gets this KimEntityEthnicity's entity id.
 String getEthnicityCode()
          Gets this KimEntityEthnicity's ethnicity code.
 String getEthnicityCodeUnmasked()
          Gets this KimEntityEthnicity's unmasked ethnicity code.
 String getId()
          Gets this KimEntityEthnicity's id.
 String getSubEthnicityCode()
          Gets this KimEntityEthnicity's sub-ethnicity code.
 String getSubEthnicityCodeUnmasked()
          Gets this KimEntityEthnicity's unmasked sub-ethnicity code.
 boolean isSuppressPersonal()
           
 void setEntityId(String entityId)
           
 void setEthnicityCode(String ethnicityCode)
           
 void setSubEthnicityCode(String subEthnicityCode)
           
protected  LinkedHashMap<String,String> toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
getDefaultItem
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected String id

entityId

protected String entityId

ethnicityCode

protected String ethnicityCode

subEthnicityCode

protected String subEthnicityCode

suppressPersonal

protected Boolean suppressPersonal
Constructor Detail

KimEntityEthnicityImpl

public KimEntityEthnicityImpl()
Method Detail

getEthnicityCode

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

Specified by:
getEthnicityCode in interface KimEntityEthnicity
Returns:
the ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getEthnicityCode()

getEthnicityCodeUnmasked

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

Specified by:
getEthnicityCodeUnmasked in interface KimEntityEthnicity
Returns:
the unmasked ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getEthnicityCodeUnmasked()

getSubEthnicityCode

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

Specified by:
getSubEthnicityCode in interface KimEntityEthnicity
Returns:
the sub-ethnicity code for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getSubEthnicityCode()

getSubEthnicityCodeUnmasked

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

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

getId

public String getId()
Description copied from interface: KimEntityEthnicity
Gets this KimEntityEthnicity's id.

Specified by:
getId in interface KimEntityEthnicity
Returns:
the id for this KimEntityEthnicity, or null if none has been assigned.
See Also:
KimEntityEthnicity.getId()

toStringMapper

protected LinkedHashMap<String,String> toStringMapper()
Specified by:
toStringMapper in class BusinessObjectBase
Returns:
Map containing the fieldValues of the key fields for this class, indexed by fieldName
See Also:
BusinessObjectBase.toStringMapper()

getEntityId

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

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

setEntityId

public void setEntityId(String entityId)

setEthnicityCode

public void setEthnicityCode(String ethnicityCode)

setSubEthnicityCode

public void setSubEthnicityCode(String subEthnicityCode)

isSuppressPersonal

public boolean isSuppressPersonal()
Specified by:
isSuppressPersonal in interface KimEntityEthnicity


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