Class Tracker2SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.tracker.Tracker2SoapDO
A Tracker is a collection of one or more tracker artifacts.
Change History
Release: 6.1
- Added icon field.
Release: 6.2
- Added tracker unit.
- Since:
- 4.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'assignments'.Returns 'autoAssignField'.getIcon()
Returns 'icon'.Returns 'trackerUnitId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setAssignments
(SoapNamedValues assignments) Sets 'assignments'.void
setAutoAssignField
(String autoAssignField) Sets 'autoAssignField'.void
Sets 'icon'.void
setTrackerUnitId
(String trackerUnitId) Sets 'trackerUnitId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
Tracker2SoapDO
public Tracker2SoapDO()
-
-
Method Details
-
getAutoAssignField
Returns 'autoAssignField'.- Returns:
- Value of 'autoAssignField'.
-
setAutoAssignField
Sets 'autoAssignField'.- Parameters:
autoAssignField
- Value of 'autoAssignField'.
-
getAssignments
Returns 'assignments'.- Returns:
- Value of 'assignments'.
-
setAssignments
Sets 'assignments'.- Parameters:
assignments
- Value of 'assignments'.
-
getIcon
Returns 'icon'. Accepted pattern for Tracker Icon argument are 1. A String following the format "icon_" + decimal_digit + decimal_digit + ".png" [ex: icon_01.png , icon_99.png] 2. A null value.- Returns:
- Value of 'icon'.
-
setIcon
Sets 'icon'. Accepted pattern for Tracker Icon argument are 1. A String following the format "icon_" + decimal_digit + decimal_digit + ".png" [ex: icon_01.png , icon_99.png] 2. A null value.- Parameters:
icon
- Value of 'icon'.
-
getTrackerUnitId
Returns 'trackerUnitId'. The tracker unit id.- Returns:
- Value of 'trackerUnitId'.
-
setTrackerUnitId
Sets 'trackerUnitId'. The tracker unit id.- Parameters:
trackerUnitId
- Value of 'trackerUnitId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-