Class RoleRequestSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleRequestSoapRow
-
public class RoleRequestSoapRow extends Object
A list of Role Requests.- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description RoleRequestSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedByUserFullName()Returns 'createdByUserFullName'.StringgetCreatedByUsername()Returns 'createdByUsername'.DategetCreatedDate()Returns 'createdDate'.StringgetId()Returns 'id'.DategetLastModifiedDate()Returns 'lastModifiedDate'.StringgetLastModifiedUserFullName()Returns 'lastModifiedUserFullName'.StringgetLastModifiedUsername()Returns 'lastModifiedUsername'.StringgetProjectId()Returns 'projectId'.StringgetProjetPath()Returns 'projetPath'.StringgetProjetTitle()Returns 'projetTitle'.StringgetRoleId()Returns 'roleId'.StringgetRoleType()Returns 'roleType'.StringgetStatus()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'.voidsetId(String id)Sets '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'.voidsetRoleId(String roleId)Sets 'roleId'.voidsetRoleType(String roleType)Sets 'roleType'.voidsetStatus(String status)Sets 'status'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. The Request key- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. The Request key- Parameters:
id- Value of 'id'.
-
getRoleId
public String getRoleId()
Returns 'roleId'. The id of the role- Returns:
- Value of 'roleId'.
-
setRoleId
public void setRoleId(String roleId)
Sets 'roleId'. The id of the role- Parameters:
roleId- Value of 'roleId'.
-
getRoleType
public String getRoleType()
Returns 'roleType'. Type of the role- Returns:
- Value of 'roleType'.
-
setRoleType
public void setRoleType(String roleType)
Sets 'roleType'. Type of the role- Parameters:
roleType- Value of 'roleType'.
-
getProjetPath
public String getProjetPath()
Returns 'projetPath'. Path of the project- Returns:
- Value of 'projetPath'.
-
setProjetPath
public void setProjetPath(String projetPath)
Sets 'projetPath'. Path of the project- Parameters:
projetPath- Value of 'projetPath'.
-
getProjetTitle
public String getProjetTitle()
Returns 'projetTitle'. Title of the project- Returns:
- Value of 'projetTitle'.
-
setProjetTitle
public void setProjetTitle(String projetTitle)
Sets 'projetTitle'. Title of the project- Parameters:
projetTitle- Value of 'projetTitle'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. project id to which the role got associated.- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. project id to which the role got associated.- Parameters:
projectId- Value of 'projectId'.
-
getCreatedByUsername
public String getCreatedByUsername()
Returns 'createdByUsername'. user's name who created the role.- Returns:
- Value of 'createdByUsername'.
-
setCreatedByUsername
public void setCreatedByUsername(String createdByUsername)
Sets 'createdByUsername'. user's name who created the role.- Parameters:
createdByUsername- Value of 'createdByUsername'.
-
getCreatedByUserFullName
public String getCreatedByUserFullName()
Returns 'createdByUserFullName'. Full name of the user.- Returns:
- Value of 'createdByUserFullName'.
-
setCreatedByUserFullName
public void setCreatedByUserFullName(String createdByUserFullName)
Sets 'createdByUserFullName'. Full name of the user.- Parameters:
createdByUserFullName- Value of 'createdByUserFullName'.
-
getCreatedDate
public Date getCreatedDate()
Returns 'createdDate'. role request created date.- Returns:
- Value of 'createdDate'.
-
setCreatedDate
public void setCreatedDate(Date createdDate)
Sets 'createdDate'. role request created date.- Parameters:
createdDate- Value of 'createdDate'.
-
getLastModifiedUsername
public String getLastModifiedUsername()
Returns 'lastModifiedUsername'. user's name who modified the role last.- Returns:
- Value of 'lastModifiedUsername'.
-
setLastModifiedUsername
public void setLastModifiedUsername(String lastModifiedUsername)
Sets 'lastModifiedUsername'. user's name who modified the role last.- Parameters:
lastModifiedUsername- Value of 'lastModifiedUsername'.
-
getLastModifiedUserFullName
public String getLastModifiedUserFullName()
Returns 'lastModifiedUserFullName'. Full name of the user who modified the role last.- Returns:
- Value of 'lastModifiedUserFullName'.
-
setLastModifiedUserFullName
public void setLastModifiedUserFullName(String lastModifiedUserFullName)
Sets 'lastModifiedUserFullName'. Full name of the user who modified the role last.- Parameters:
lastModifiedUserFullName- Value of 'lastModifiedUserFullName'.
-
getLastModifiedDate
public Date getLastModifiedDate()
Returns 'lastModifiedDate'. last modified date.- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Sets 'lastModifiedDate'. last modified date.- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getStatus
public String getStatus()
Returns 'status'. status of the request- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
Sets 'status'. status of the request- Parameters:
status- Value of 'status'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-