Class RoleRequestSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.rbac.RoleRequestSoapRow
A list of Role Requests.
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'createdByUserFullName'.Returns 'createdByUsername'.Returns 'createdDate'.getId()Returns 'id'.Returns 'lastModifiedDate'.Returns 'lastModifiedUserFullName'.Returns 'lastModifiedUsername'.Returns 'projectId'.Returns 'projetPath'.Returns 'projetTitle'.Returns 'roleId'.Returns 'roleType'.Returns 'status'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCreatedByUserFullName(String createdByUserFullName) Sets 'createdByUserFullName'.voidsetCreatedByUsername(String createdByUsername) Sets 'createdByUsername'.voidsetCreatedDate(Date createdDate) Sets 'createdDate'.voidSets 'id'.voidsetLastModifiedDate(Date lastModifiedDate) Sets 'lastModifiedDate'.voidsetLastModifiedUserFullName(String lastModifiedUserFullName) Sets 'lastModifiedUserFullName'.voidsetLastModifiedUsername(String lastModifiedUsername) Sets 'lastModifiedUsername'.voidsetProjectId(String projectId) Sets 'projectId'.voidsetProjetPath(String projetPath) Sets 'projetPath'.voidsetProjetTitle(String projetTitle) Sets 'projetTitle'.voidSets 'roleId'.voidsetRoleType(String roleType) Sets 'roleType'.voidSets 'status'.
-
Constructor Details
-
RoleRequestSoapRow
public RoleRequestSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The Request key- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The Request key- Parameters:
id- Value of 'id'.
-
getRoleId
Returns 'roleId'. The id of the role- Returns:
- Value of 'roleId'.
-
setRoleId
Sets 'roleId'. The id of the role- Parameters:
roleId- Value of 'roleId'.
-
getRoleType
Returns 'roleType'. Type of the role- Returns:
- Value of 'roleType'.
-
setRoleType
Sets 'roleType'. Type of the role- Parameters:
roleType- Value of 'roleType'.
-
getProjetPath
Returns 'projetPath'. Path of the project- Returns:
- Value of 'projetPath'.
-
setProjetPath
Sets 'projetPath'. Path of the project- Parameters:
projetPath- Value of 'projetPath'.
-
getProjetTitle
Returns 'projetTitle'. Title of the project- Returns:
- Value of 'projetTitle'.
-
setProjetTitle
Sets 'projetTitle'. Title of the project- Parameters:
projetTitle- Value of 'projetTitle'.
-
getProjectId
Returns 'projectId'. project id to which the role got associated.- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. project id to which the role got associated.- Parameters:
projectId- Value of 'projectId'.
-
getCreatedByUsername
Returns 'createdByUsername'. user's name who created the role.- Returns:
- Value of 'createdByUsername'.
-
setCreatedByUsername
Sets 'createdByUsername'. user's name who created the role.- Parameters:
createdByUsername- Value of 'createdByUsername'.
-
getCreatedByUserFullName
Returns 'createdByUserFullName'. Full name of the user.- Returns:
- Value of 'createdByUserFullName'.
-
setCreatedByUserFullName
Sets 'createdByUserFullName'. Full name of the user.- Parameters:
createdByUserFullName- Value of 'createdByUserFullName'.
-
getCreatedDate
Returns 'createdDate'. role request created date.- Returns:
- Value of 'createdDate'.
-
setCreatedDate
Sets 'createdDate'. role request created date.- Parameters:
createdDate- Value of 'createdDate'.
-
getLastModifiedUsername
Returns 'lastModifiedUsername'. user's name who modified the role last.- Returns:
- Value of 'lastModifiedUsername'.
-
setLastModifiedUsername
Sets 'lastModifiedUsername'. user's name who modified the role last.- Parameters:
lastModifiedUsername- Value of 'lastModifiedUsername'.
-
getLastModifiedUserFullName
Returns 'lastModifiedUserFullName'. Full name of the user who modified the role last.- Returns:
- Value of 'lastModifiedUserFullName'.
-
setLastModifiedUserFullName
Sets 'lastModifiedUserFullName'. Full name of the user who modified the role last.- Parameters:
lastModifiedUserFullName- Value of 'lastModifiedUserFullName'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. last modified date.- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. last modified date.- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getStatus
Returns 'status'. status of the request- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. status of the request- Parameters:
status- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-