Package org.kuali.rice.kim.impl.jaxb
Class RoleMemberXmlDTO.OutsideOfRole
- java.lang.Object
-
- org.kuali.rice.kim.impl.jaxb.RoleMemberXmlDTO
-
- org.kuali.rice.kim.impl.jaxb.RoleMemberXmlDTO.OutsideOfRole
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RoleMemberXmlDTO
public static class RoleMemberXmlDTO.OutsideOfRole extends RoleMemberXmlDTO
This class represents a <roleMember> element that is not a descendant of a <role> element.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kuali.rice.kim.impl.jaxb.RoleMemberXmlDTO
RoleMemberXmlDTO.OutsideOfRole, RoleMemberXmlDTO.WithinRole
-
-
Constructor Summary
Constructors Constructor Description OutsideOfRole()OutsideOfRole(org.kuali.rice.kim.api.role.RoleMember roleMember, boolean populateMemberId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoleId()Retrieves the ID of the role that this member belongs to.StringgetRoleName()Retrieves the role name from the role-name-and-namespace combo.NameAndNamespacePairgetRoleNameAndNamespace()StringgetRoleNamespaceCode()Retrieves the role namespace code from the role-name-and-namespace combo.voidsetRoleId(String roleId)voidsetRoleNameAndNamespace(NameAndNamespacePair roleNameAndNamespace)-
Methods inherited from class org.kuali.rice.kim.impl.jaxb.RoleMemberXmlDTO
getActiveFromDate, getActiveToDate, getGroupId, getGroupName, getMemberId, getMemberName, getMemberNamespaceCode, getMemberType, getPrincipalId, getPrincipalName, getQualifications, getRoleIdAsMember, getRoleNameAsMember, setActiveFromDate, setActiveToDate, setGroupId, setGroupName, setPrincipalId, setPrincipalName, setQualifications, setRoleIdAsMember, setRoleNameAsMember
-
-
-
-
Method Detail
-
getRoleId
public String getRoleId()
Description copied from class:RoleMemberXmlDTORetrieves the ID of the role that this member belongs to. Subclasses are responsible for implementing this method so that it does so.- Specified by:
getRoleIdin classRoleMemberXmlDTO- Returns:
- The role ID of the role that this member belongs to.
- See Also:
RoleMemberXmlDTO.getRoleId()
-
setRoleId
public void setRoleId(String roleId)
- Parameters:
roleId- the roleId to set
-
getRoleNameAndNamespace
public NameAndNamespacePair getRoleNameAndNamespace()
- Returns:
- the roleNameAndNamespace
-
setRoleNameAndNamespace
public void setRoleNameAndNamespace(NameAndNamespacePair roleNameAndNamespace)
- Parameters:
roleNameAndNamespace- the roleNameAndNamespace to set
-
getRoleName
public String getRoleName()
Retrieves the role name from the role-name-and-namespace combo.- Returns:
- The name of the role that this member belongs to, or null if the role-name-and-namespace combo is null.
-
getRoleNamespaceCode
public String getRoleNamespaceCode()
Retrieves the role namespace code from the role-name-and-namespace combo.- Returns:
- The namespace code of the role that this member belongs to, or null if the role-name-and-namespace combo is null.
-
-