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

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.KimDelegationMemberAttributeDataImpl
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ModelObjectBasic, KimAttributeData, BusinessObject, PersistableBusinessObject

@Entity
public class KimDelegationMemberAttributeDataImpl
extends KimAttributeDataImpl

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

Field Summary
protected  String delegationMemberId
           
 
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
KimDelegationMemberAttributeDataImpl()
           
 
Method Summary
 String getDelegationMemberId()
           
 void setDelegationMemberId(String delegationMemberId)
           
 
Methods inherited from class org.kuali.rice.kim.bo.types.impl.KimAttributeDataImpl
getAttributeDataId, getAttributeValue, getKimAttribute, getKimAttributeId, getKimType, getKimTypeId, setAttributeDataId, setAttributeValue, setKimAttribute, setKimAttributeId, setKimTypeId
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

delegationMemberId

protected String delegationMemberId
Constructor Detail

KimDelegationMemberAttributeDataImpl

public KimDelegationMemberAttributeDataImpl()
Method Detail

getDelegationMemberId

public String getDelegationMemberId()

setDelegationMemberId

public void setDelegationMemberId(String delegationMemberId)


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