org.kuali.rice.kim.bo.entity.impl
Class KimEntityEthnicityImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.entity.impl.KimEntityDataBase
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
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 interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
id
protected String id
entityId
protected String entityId
ethnicityCode
protected String ethnicityCode
subEthnicityCode
protected String subEthnicityCode
suppressPersonal
protected Boolean suppressPersonal
KimEntityEthnicityImpl
public KimEntityEthnicityImpl()
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.