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, KimEntityEthnicity, BusinessObject, PersistableBusinessObject
public class KimEntityEthnicityImpl
- extends KimEntityDataBase
- implements 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 |
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
KimEntityEthnicityImpl
public KimEntityEthnicityImpl()
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.