org.kuali.rice.kim.bo.role.impl
Class RoleMemberImpl
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.InactivatableFromToImpl
org.kuali.rice.kim.bo.impl.KimAbstractMemberImpl
org.kuali.rice.kim.bo.role.impl.RoleMemberImpl
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, InactivateableFromTo, PersistableBusinessObject
public class RoleMemberImpl
- extends KimAbstractMemberImpl
This is a description of what this class does - kellerj don't forget to fill this in.
- Author:
- Kuali Rice Team (kuali-rice@googleroles.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 |
roleMemberId
protected String roleMemberId
roleId
protected String roleId
attributes
protected List<RoleMemberAttributeDataImpl> attributes
roleRspActions
protected List<RoleResponsibilityActionImpl> roleRspActions
qualifierAsAttributeSet
protected transient AttributeSet qualifierAsAttributeSet
RoleMemberImpl
public RoleMemberImpl()
getRoleMemberId
public String getRoleMemberId()
setRoleMemberId
public void setRoleMemberId(String roleMemberId)
getRoleId
public String getRoleId()
setRoleId
public void setRoleId(String roleId)
toStringMapper
protected LinkedHashMap 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()
getAttributes
public List<RoleMemberAttributeDataImpl> getAttributes()
setAttributes
public void setAttributes(List<RoleMemberAttributeDataImpl> attributes)
getQualifier
public AttributeSet getQualifier()
hasQualifier
public boolean hasQualifier()
getRoleRspActions
public List<RoleResponsibilityActionImpl> getRoleRspActions()
- Returns:
- the roleRspActions
setRoleRspActions
public void setRoleRspActions(List<RoleResponsibilityActionImpl> roleRspActions)
- Parameters:
roleRspActions
- the roleRspActions to set
getTypeInfoService
protected KimTypeInfoService getTypeInfoService()
getRoleService
protected RoleService getRoleService()
toSimpleInfo
public RoleMemberCompleteInfo toSimpleInfo()
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.