Class RoleXmlDTO

    • Method Detail

      • getRoleId

        public String getRoleId()
        Returns:
        the roleId
      • 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
      • getKimTypeId

        public String getKimTypeId()
        Returns:
        the kimTypeId
      • setKimTypeId

        public void setKimTypeId​(String kimTypeId)
        Parameters:
        kimTypeId - the kimTypeId to set
      • getRoleDescription

        public String getRoleDescription()
        Returns:
        the roleDescription
      • setRoleDescription

        public void setRoleDescription​(String roleDescription)
        Parameters:
        roleDescription - the roleDescription to set
      • getActive

        public Boolean getActive()
        Returns:
        the active
      • setActive

        public void setActive​(Boolean active)
        Parameters:
        active - the active to set
      • setRoleMembers

        public void setRoleMembers​(RoleMembersXmlDTO.WithinRole roleMembers)
        Parameters:
        roleMembers - the roleMembers to set
      • setRolePermissions

        public void setRolePermissions​(RolePermissionsXmlDTO.WithinRole rolePermissions)
        Parameters:
        rolePermissions - the rolePermissions to set
      • isAlreadyPersisted

        public boolean isAlreadyPersisted()
        Returns:
        the alreadyPersisted
      • setAlreadyPersisted

        public void setAlreadyPersisted​(boolean alreadyPersisted)
        Parameters:
        alreadyPersisted - the alreadyPersisted to set
      • getExistingRoleMemberIds

        public Set<String> getExistingRoleMemberIds()
        Returns:
        the existingRoleMemberIds
      • setExistingRoleMemberIds

        public void setExistingRoleMemberIds​(Set<String> existingRoleMemberIds)
        Parameters:
        existingRoleMemberIds - the existingRoleMemberIds to set
      • getRoleName

        public String getRoleName()
        Retrieves the role's name from the role-name-and-namespace combo.
        Returns:
        The name of the role, or null if the role-name-and-namespace combo is null.
      • getNamespaceCode

        public String getNamespaceCode()
        Retrieves the role's namespace code from the role-name-and-namespace combo.
        Returns:
        The namespace code of the role, or null if the role-name-and-namespace combo is null.