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, org.kuali.rice.kim.bo.entity.KimEntityEthnicity, org.kuali.rice.kns.bo.BusinessObject, PersistableBusinessObject

public class KimEntityEthnicityImpl
extends KimEntityDataBase
implements org.kuali.rice.kim.bo.entity.KimEntityEthnicity

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

Field Summary
protected  String entityId
           
protected  String ethnicityCode
           
protected  String id
           
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()
           
 String getEthnicityCode()
           
 String getEthnicityCodeUnmasked()
           
 String getId()
           
 String getSubEthnicityCode()
           
 String getSubEthnicityCodeUnmasked()
           
 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

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()
Specified by:
getEthnicityCode in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity
See Also:
KimEntityEthnicity.getEthnicityCode()

getEthnicityCodeUnmasked

public String getEthnicityCodeUnmasked()
Specified by:
getEthnicityCodeUnmasked in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity
See Also:
KimEntityEthnicity.getEthnicityCodeUnmasked()

getSubEthnicityCode

public String getSubEthnicityCode()
Specified by:
getSubEthnicityCode in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity
See Also:
KimEntityEthnicity.getSubEthnicityCode()

getSubEthnicityCodeUnmasked

public String getSubEthnicityCodeUnmasked()
Specified by:
getSubEthnicityCodeUnmasked in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity
See Also:
KimEntityEthnicity.getSubEthnicityCodeUnmasked()

getId

public String getId()
Specified by:
getId in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity
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()
Specified by:
getEntityId in interface org.kuali.rice.kim.bo.entity.KimEntityEthnicity

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 org.kuali.rice.kim.bo.entity.KimEntityEthnicity


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