Class Tracker2SoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
-
- com.collabnet.ce.soap60.webservices.tracker.Tracker2SoapRow
-
public class Tracker2SoapRow extends FolderSoapRow
A list of trackers is represented by TrackerSoapList class. Each row within a tracker list is represented by the TrackerSoapRow class.Change HistoryRelease: 6.1- Added icon field.
Release: 6.2- Added tracker unit.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description Tracker2SoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIcon()Returns 'icon'.StringgetLastEditedByFullname()Returns 'lastEditedByFullname'.StringgetLastEditedByUsername()Returns 'lastEditedByUsername'.DategetLastEditedDate()Returns 'lastEditedDate'.StringgetTrackerUnitId()Returns 'trackerUnitId'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetIcon(String icon)Sets 'icon'.voidsetLastEditedByFullname(String lastEditedByFullname)Sets 'lastEditedByFullname'.voidsetLastEditedByUsername(String lastEditedByUsername)Sets 'lastEditedByUsername'.voidsetLastEditedDate(Date lastEditedDate)Sets 'lastEditedDate'.voidsetTrackerUnitId(String trackerUnitId)Sets 'trackerUnitId'.-
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
-
-
-
-
Method Detail
-
getLastEditedByUsername
public String getLastEditedByUsername()
Returns 'lastEditedByUsername'. The username of the last user to edit the tracker- Returns:
- Value of 'lastEditedByUsername'.
-
setLastEditedByUsername
public void setLastEditedByUsername(String lastEditedByUsername)
Sets 'lastEditedByUsername'. The username of the last user to edit the tracker- Parameters:
lastEditedByUsername- Value of 'lastEditedByUsername'.
-
getLastEditedByFullname
public String getLastEditedByFullname()
Returns 'lastEditedByFullname'. The full name of the last user to edit the tracker- Returns:
- Value of 'lastEditedByFullname'.
-
setLastEditedByFullname
public void setLastEditedByFullname(String lastEditedByFullname)
Sets 'lastEditedByFullname'. The full name of the last user to edit the tracker- Parameters:
lastEditedByFullname- Value of 'lastEditedByFullname'.
-
getLastEditedDate
public Date getLastEditedDate()
Returns 'lastEditedDate'. When details of the tracker were last changed- Returns:
- Value of 'lastEditedDate'.
-
setLastEditedDate
public void setLastEditedDate(Date lastEditedDate)
Sets 'lastEditedDate'. When details of the tracker were last changed- Parameters:
lastEditedDate- Value of 'lastEditedDate'.
-
getIcon
public String getIcon()
Returns 'icon'. The tracker icon- Returns:
- Value of 'icon'.
-
setIcon
public void setIcon(String icon)
Sets 'icon'. The tracker icon- Parameters:
icon- Value of 'icon'.
-
getTrackerUnitId
public String getTrackerUnitId()
Returns 'trackerUnitId'. The tracker unit id- Returns:
- Value of 'trackerUnitId'.
-
setTrackerUnitId
public void setTrackerUnitId(String trackerUnitId)
Sets 'trackerUnitId'. The tracker unit id- Parameters:
trackerUnitId- Value of 'trackerUnitId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-