Class ReleaseSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.frs.ReleaseSoapRow
A release list is represented by the ReleaseSoapList class. Each row within the release list is
represented by the ReleaseSoapRow class.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'maturity'.Returns 'status'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setMaturity
(String maturity) Sets 'maturity'.void
Sets 'status'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
ReleaseSoapRow
public ReleaseSoapRow()
-
-
Method Details
-
getStatus
Returns 'status'. Release status:- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Release status:- Parameters:
status
- Value of 'status'.
-
getMaturity
Returns 'maturity'. Release maturity (customizable field).- Returns:
- Value of 'maturity'.
-
setMaturity
Sets 'maturity'. Release maturity (customizable field).- Parameters:
maturity
- Value of 'maturity'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-