org.kuali.rice.kim.bo.role.impl
Class ResponsibilityAttributeDataImpl

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.types.impl.KimAttributeDataImpl
              extended by org.kuali.rice.kim.bo.role.impl.ResponsibilityAttributeDataImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, KimAttributeData, BusinessObject, PersistableBusinessObject

public class ResponsibilityAttributeDataImpl
extends KimAttributeDataImpl

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  String responsibilityId
           
 
Fields inherited from class org.kuali.rice.kim.bo.types.impl.KimAttributeDataImpl
attributeDataId, attributeValue, kimAttribute, kimAttributeId, kimType, kimTypeId
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
ResponsibilityAttributeDataImpl()
           
 
Method Summary
 String getResponsibilityId()
           
 void setResponsibilityId(String responsibilityId)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kim.bo.types.impl.KimAttributeDataImpl
getAttributeDataId, getAttributeValue, getKimAttribute, getKimAttributeId, getKimType, getKimTypeId, setAttributeDataId, setAttributeValue, setKimAttribute, setKimAttributeId, setKimTypeId, toStringBuilder
 
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
 
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

responsibilityId

protected String responsibilityId
Constructor Detail

ResponsibilityAttributeDataImpl

public ResponsibilityAttributeDataImpl()
Method Detail

getResponsibilityId

public String getResponsibilityId()

setResponsibilityId

public void setResponsibilityId(String responsibilityId)

toStringMapper

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


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