Class ArtifactSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.ArtifactSoapRow
-
public class ArtifactSoapRow extends Object
ArtifactSoapList class represents a list of artifacts in a tracker. It contains a sequence of ArtifactSoapRow objects.Note that the ArtifactSoapRow object is strictly a data container used for one-way fetching of data about a set of objects. Its "set" methods cannot be used to change data on the server. The normal pattern for updating data on the server is to get a data object describing a single artifact with getArtifactData(), alter that data object appropriately, and pass it back with setArtifactData().
Change HistoryRelease: 4.2- Field 'priority' type changed from 'Integer' to 'int'.
- Field 'estimatedHours' type changed from 'Integer' to 'int'.
- Field 'actualHours' type changed from 'Integer' to 'int'.
Release: 6.1- Added id and title of planning folder.
- Added points field.
- Added autosumming field.
- Added version field.
- Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ArtifactSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActualEffort()Returns 'actualEffort'.StringgetArtifactGroup()Returns 'artifactGroup'.StringgetAssignedToFullname()Returns 'assignedToFullname'.StringgetAssignedToUsername()Returns 'assignedToUsername'.booleangetAutosumming()Returns 'autosumming'.StringgetCategory()Returns 'category'.DategetCloseDate()Returns 'closeDate'.StringgetCustomer()Returns 'customer'.StringgetDescription()Returns 'description'.intgetEstimatedEffort()Returns 'estimatedEffort'.StringgetFolderId()Returns 'folderId'.StringgetFolderPathString()Returns 'folderPathString'.StringgetFolderTitle()Returns 'folderTitle'.StringgetId()Returns 'id'.DategetLastModifiedDate()Returns 'lastModifiedDate'.StringgetPlanningFolderId()Returns 'planningFolderId'.intgetPoints()Returns 'points'.intgetPriority()Returns 'priority'.StringgetProjectId()Returns 'projectId'.StringgetProjectPathString()Returns 'projectPathString'.StringgetProjectTitle()Returns 'projectTitle'.intgetRemainingEffort()Returns 'remainingEffort'.StringgetStatus()Returns 'status'.StringgetStatusClass()Returns 'statusClass'.StringgetSubmittedByFullname()Returns 'submittedByFullname'.StringgetSubmittedByUsername()Returns 'submittedByUsername'.DategetSubmittedDate()Returns 'submittedDate'.StringgetTitle()Returns 'title'.intgetVersion()Returns 'version'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetActualEffort(int actualEffort)Sets 'actualEffort'.voidsetArtifactGroup(String artifactGroup)Sets 'artifactGroup'.voidsetAssignedToFullname(String assignedToFullname)Sets 'assignedToFullname'.voidsetAssignedToUsername(String assignedToUsername)Sets 'assignedToUsername'.voidsetAutosumming(boolean autosumming)Sets 'autosumming'.voidsetCategory(String category)Sets 'category'.voidsetCloseDate(Date closeDate)Sets 'closeDate'.voidsetCustomer(String customer)Sets 'customer'.voidsetDescription(String description)Sets 'description'.voidsetEstimatedEffort(int estimatedEffort)Sets 'estimatedEffort'.voidsetFolderId(String folderId)Sets 'folderId'.voidsetFolderPathString(String folderPathString)Sets 'folderPathString'.voidsetFolderTitle(String folderTitle)Sets 'folderTitle'.voidsetId(String id)Sets 'id'.voidsetLastModifiedDate(Date lastModifiedDate)Sets 'lastModifiedDate'.voidsetPlanningFolderId(String planningFolderId)Sets 'planningFolderId'.voidsetPoints(int points)Sets 'points'.voidsetPriority(int priority)Sets 'priority'.voidsetProjectId(String projectId)Sets 'projectId'.voidsetProjectPathString(String projectPathString)Sets 'projectPathString'.voidsetProjectTitle(String projectTitle)Sets 'projectTitle'.voidsetRemainingEffort(int remainingEffort)Sets 'remainingEffort'.voidsetStatus(String status)Sets 'status'.voidsetStatusClass(String statusClass)Sets 'statusClass'.voidsetSubmittedByFullname(String submittedByFullname)Sets 'submittedByFullname'.voidsetSubmittedByUsername(String submittedByUsername)Sets 'submittedByUsername'.voidsetSubmittedDate(Date submittedDate)Sets 'submittedDate'.voidsetTitle(String title)Sets 'title'.voidsetVersion(int version)Sets 'version'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. Id of the artifact- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. Id of the artifact- Parameters:
id- Value of 'id'.
-
getPriority
public int getPriority()
Returns 'priority'. The artifact priority field- Returns:
- Value of 'priority'.
-
setPriority
public void setPriority(int priority)
Sets 'priority'. The artifact priority field- Parameters:
priority- Value of 'priority'.
-
getProjectPathString
public String getProjectPathString()
Returns 'projectPathString'. The full project path, as a string- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
public void setProjectPathString(String projectPathString)
Sets 'projectPathString'. The full project path, as a string- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
public String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the artifact- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
public void setProjectTitle(String projectTitle)
Sets 'projectTitle'. The title of the project containing the artifact- Parameters:
projectTitle- Value of 'projectTitle'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. The project id of the project containing the artifact- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. The project id of the project containing the artifact- Parameters:
projectId- Value of 'projectId'.
-
getFolderPathString
public String getFolderPathString()
Returns 'folderPathString'. The tracker path containing the artifact- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
public void setFolderPathString(String folderPathString)
Sets 'folderPathString'. The tracker path containing the artifact- Parameters:
folderPathString- Value of 'folderPathString'.
-
getFolderTitle
public String getFolderTitle()
Returns 'folderTitle'. The title of the tracker that contains the artifact- Returns:
- Value of 'folderTitle'.
-
setFolderTitle
public void setFolderTitle(String folderTitle)
Sets 'folderTitle'. The title of the tracker that contains the artifact- Parameters:
folderTitle- Value of 'folderTitle'.
-
getFolderId
public String getFolderId()
Returns 'folderId'. The folder id of the tracker folder that contains the artifact- Returns:
- Value of 'folderId'.
-
setFolderId
public void setFolderId(String folderId)
Sets 'folderId'. The folder id of the tracker folder that contains the artifact- Parameters:
folderId- Value of 'folderId'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the artifact- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the artifact- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The full description of the artifact- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The full description of the artifact- Parameters:
description- Value of 'description'.
-
getArtifactGroup
public String getArtifactGroup()
Returns 'artifactGroup'. The artifact group field- Returns:
- Value of 'artifactGroup'.
-
setArtifactGroup
public void setArtifactGroup(String artifactGroup)
Sets 'artifactGroup'. The artifact group field- Parameters:
artifactGroup- Value of 'artifactGroup'.
-
getStatus
public String getStatus()
Returns 'status'. The status of the artifact. Possible values are 'Open', 'Closed", 'Pending' or a custom value defined in the tracker.- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
Sets 'status'. The status of the artifact. Possible values are 'Open', 'Closed", 'Pending' or a custom value defined in the tracker.- Parameters:
status- Value of 'status'.
-
getStatusClass
public String getStatusClass()
Returns 'statusClass'. 'status' field values indicate the internal status (or class) of the artifact. Can be one of 'Open' or 'Close'- Returns:
- Value of 'statusClass'.
-
setStatusClass
public void setStatusClass(String statusClass)
Sets 'statusClass'. 'status' field values indicate the internal status (or class) of the artifact. Can be one of 'Open' or 'Close'- Parameters:
statusClass- Value of 'statusClass'.
-
getCategory
public String getCategory()
Returns 'category'. The category field of the artifact- Returns:
- Value of 'category'.
-
setCategory
public void setCategory(String category)
Sets 'category'. The category field of the artifact- Parameters:
category- Value of 'category'.
-
getCustomer
public String getCustomer()
Returns 'customer'. The artifact relates to this customer- Returns:
- Value of 'customer'.
-
setCustomer
public void setCustomer(String customer)
Sets 'customer'. The artifact relates to this customer- Parameters:
customer- Value of 'customer'.
-
getSubmittedByUsername
public String getSubmittedByUsername()
Returns 'submittedByUsername'. The artifact was submitted by the user with this username- Returns:
- Value of 'submittedByUsername'.
-
setSubmittedByUsername
public void setSubmittedByUsername(String submittedByUsername)
Sets 'submittedByUsername'. The artifact was submitted by the user with this username- Parameters:
submittedByUsername- Value of 'submittedByUsername'.
-
getSubmittedByFullname
public String getSubmittedByFullname()
Returns 'submittedByFullname'. The artifact was submitted by the user with this full name- Returns:
- Value of 'submittedByFullname'.
-
setSubmittedByFullname
public void setSubmittedByFullname(String submittedByFullname)
Sets 'submittedByFullname'. The artifact was submitted by the user with this full name- Parameters:
submittedByFullname- Value of 'submittedByFullname'.
-
getSubmittedDate
public Date getSubmittedDate()
Returns 'submittedDate'. The artifact was created on this date- Returns:
- Value of 'submittedDate'.
-
setSubmittedDate
public void setSubmittedDate(Date submittedDate)
Sets 'submittedDate'. The artifact was created on this date- Parameters:
submittedDate- Value of 'submittedDate'.
-
getCloseDate
public Date getCloseDate()
Returns 'closeDate'. The artifact was closed (completed) on this date- Returns:
- Value of 'closeDate'.
-
setCloseDate
public void setCloseDate(Date closeDate)
Sets 'closeDate'. The artifact was closed (completed) on this date- Parameters:
closeDate- Value of 'closeDate'.
-
getAssignedToUsername
public String getAssignedToUsername()
Returns 'assignedToUsername'. The artifact is assigned to the user with this username- Returns:
- Value of 'assignedToUsername'.
-
setAssignedToUsername
public void setAssignedToUsername(String assignedToUsername)
Sets 'assignedToUsername'. The artifact is assigned to the user with this username- Parameters:
assignedToUsername- Value of 'assignedToUsername'.
-
getAssignedToFullname
public String getAssignedToFullname()
Returns 'assignedToFullname'. The artifact is assigned to the user with this full name- Returns:
- Value of 'assignedToFullname'.
-
setAssignedToFullname
public void setAssignedToFullname(String assignedToFullname)
Sets 'assignedToFullname'. The artifact is assigned to the user with this full name- Parameters:
assignedToFullname- Value of 'assignedToFullname'.
-
getLastModifiedDate
public Date getLastModifiedDate()
Returns 'lastModifiedDate'. The date details of this artifact were last changed- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
Sets 'lastModifiedDate'. The date details of this artifact were last changed- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
getEstimatedEffort
public int getEstimatedEffort()
Returns 'estimatedEffort'. The estimated amount of effort needed to resolve issues with the artifact- Returns:
- Value of 'estimatedEffort'.
-
setEstimatedEffort
public void setEstimatedEffort(int estimatedEffort)
Sets 'estimatedEffort'. The estimated amount of effort needed to resolve issues with the artifact- Parameters:
estimatedEffort- Value of 'estimatedEffort'.
-
getActualEffort
public int getActualEffort()
Returns 'actualEffort'. The amount of effort actually spent resolving issues with the artifact- Returns:
- Value of 'actualEffort'.
-
setActualEffort
public void setActualEffort(int actualEffort)
Sets 'actualEffort'. The amount of effort actually spent resolving issues with the artifact- Parameters:
actualEffort- Value of 'actualEffort'.
-
getRemainingEffort
public int getRemainingEffort()
Returns 'remainingEffort'. The amount of effort remaining needed to resolve issues with the artifact- Returns:
- Value of 'remainingEffort'.
-
setRemainingEffort
public void setRemainingEffort(int remainingEffort)
Sets 'remainingEffort'. The amount of effort remaining needed to resolve issues with the artifact- Parameters:
remainingEffort- Value of 'remainingEffort'.
-
getPlanningFolderId
public String getPlanningFolderId()
Returns 'planningFolderId'. The artifact's PlanningFolder id- Returns:
- Value of 'planningFolderId'.
-
setPlanningFolderId
public void setPlanningFolderId(String planningFolderId)
Sets 'planningFolderId'. The artifact's PlanningFolder id- Parameters:
planningFolderId- Value of 'planningFolderId'.
-
getVersion
public int getVersion()
Returns 'version'. The artifact version- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version)
Sets 'version'. The artifact version- Parameters:
version- Value of 'version'.
-
getAutosumming
public boolean getAutosumming()
Returns 'autosumming'. Determines whether autosumming is enabled for this artifact.- Returns:
- Value of 'autosumming'.
-
setAutosumming
public void setAutosumming(boolean autosumming)
Sets 'autosumming'. Determines whether autosumming is enabled for this artifact.- Parameters:
autosumming- Value of 'autosumming'.
-
getPoints
public int getPoints()
Returns 'points'. The number of story points for this artifact- Returns:
- Value of 'points'.
-
setPoints
public void setPoints(int points)
Sets 'points'. The number of story points for this artifact- Parameters:
points- Value of 'points'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-