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, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivateable, InactivateableFromTo, PersistableBusinessObject
@Entity
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 |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
roleMemberId
protected String roleMemberId
roleId
protected String roleId
attributes
protected List<RoleMemberAttributeDataImpl> attributes
roleRspActions
protected List<RoleResponsibilityActionImpl> roleRspActions
qualifierAsAttributeSet
protected transient AttributeSet qualifierAsAttributeSet
kimTypeInfoService
private static transient KimTypeInfoService kimTypeInfoService
roleService
private static transient RoleService roleService
RoleMemberImpl
public RoleMemberImpl()
getRoleMemberId
public String getRoleMemberId()
setRoleMemberId
public void setRoleMemberId(String roleMemberId)
getRoleId
public String getRoleId()
setRoleId
public void setRoleId(String roleId)
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-2011 The Kuali Foundation. All Rights Reserved.