Class ArtifactsInPlanningFolderSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.planning.ArtifactsInPlanningFolderSoapRow
-
public class ArtifactsInPlanningFolderSoapRow extends Object
ArtifactsInPlanningFolderSoapList class represents a list of artifacts within a planning folder. It contains a sequence of ArtifactsInPlanningFolderSoapRow objects. Note that the ArtifactsInPlanningFolderSoapRow object is strictly a data container used for one-way fetching of data about a list of objects. Its "setter" methods cannot be used to change data on the server.Change HistoryRelease: 6.1- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description ArtifactsInPlanningFolderSoapRow()
-
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'.String[]getChildrenIds()Returns 'childrenIds'.DategetCloseDate()Returns 'closeDate'.StringgetCustomer()Returns 'customer'.StringgetDescription()Returns 'description'.intgetEstimatedEffort()Returns 'estimatedEffort'.StringgetFolderId()Returns 'folderId'.StringgetFolderPathString()Returns 'folderPathString'.StringgetFolderTitle()Returns 'folderTitle'.booleangetHasChildren()Returns 'hasChildren'.StringgetId()Returns 'id'.DategetLastModifiedDate()Returns 'lastModifiedDate'.StringgetParentId()Returns 'parentId'.StringgetPlanningFolderId()Returns 'planningFolderId'.StringgetPlanningFolderTitle()Returns 'planningFolderTitle'.intgetPoints()Returns 'points'.intgetPriority()Returns 'priority'.StringgetProjectId()Returns 'projectId'.StringgetProjectPathString()Returns 'projectPathString'.StringgetProjectTitle()Returns 'projectTitle'.intgetRemainingEffort()Returns 'remainingEffort'.StringgetReportedInReleaseId()Returns 'reportedInReleaseId'.StringgetReportedInReleaseTitle()Returns 'reportedInReleaseTitle'.StringgetResolvedInReleaseId()Returns 'resolvedInReleaseId'.StringgetResolvedInReleaseTitle()Returns 'resolvedInReleaseTitle'.StringgetStatus()Returns 'status'.StringgetStatusClass()Returns 'statusClass'.StringgetSubmittedByFullname()Returns 'submittedByFullname'.StringgetSubmittedByUsername()Returns 'submittedByUsername'.DategetSubmittedDate()Returns 'submittedDate'.StringgetTitle()Returns 'title'.StringgetTrackerIcon()Returns 'trackerIcon'.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'.voidsetChildrenIds(String[] childrenIds)Sets 'childrenIds'.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'.voidsetHasChildren(boolean hasChildren)Sets 'hasChildren'.voidsetId(String id)Sets 'id'.voidsetLastModifiedDate(Date lastModifiedDate)Sets 'lastModifiedDate'.voidsetParentId(String parentId)Sets 'parentId'.voidsetPlanningFolderId(String planningFolderId)Sets 'planningFolderId'.voidsetPlanningFolderTitle(String planningFolderTitle)Sets 'planningFolderTitle'.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'.voidsetReportedInReleaseId(String reportedInReleaseId)Sets 'reportedInReleaseId'.voidsetReportedInReleaseTitle(String reportedInReleaseTitle)Sets 'reportedInReleaseTitle'.voidsetResolvedInReleaseId(String resolvedInReleaseId)Sets 'resolvedInReleaseId'.voidsetResolvedInReleaseTitle(String resolvedInReleaseTitle)Sets 'resolvedInReleaseTitle'.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'.voidsetTrackerIcon(String trackerIcon)Sets 'trackerIcon'.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'.
-
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'.
-
getPlanningFolderTitle
public String getPlanningFolderTitle()
Returns 'planningFolderTitle'. The artifact's PlanningFolder title- Returns:
- Value of 'planningFolderTitle'.
-
setPlanningFolderTitle
public void setPlanningFolderTitle(String planningFolderTitle)
Sets 'planningFolderTitle'. The artifact's PlanningFolder title- Parameters:
planningFolderTitle- Value of 'planningFolderTitle'.
-
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 raised in the artifact- Returns:
- Value of 'estimatedEffort'.
-
setEstimatedEffort
public void setEstimatedEffort(int estimatedEffort)
Sets 'estimatedEffort'. The estimated amount of effort needed to resolve issues raised in the artifact- Parameters:
estimatedEffort- Value of 'estimatedEffort'.
-
getActualEffort
public int getActualEffort()
Returns 'actualEffort'. The actual amount of effort spent resolving issues with the artifact- Returns:
- Value of 'actualEffort'.
-
setActualEffort
public void setActualEffort(int actualEffort)
Sets 'actualEffort'. The actual amount of effort spent resolving issues with the artifact- Parameters:
actualEffort- Value of 'actualEffort'.
-
getRemainingEffort
public int getRemainingEffort()
Returns 'remainingEffort'. The remaining amount of effort needed to resolve issues raised in the artifact- Returns:
- Value of 'remainingEffort'.
-
setRemainingEffort
public void setRemainingEffort(int remainingEffort)
Sets 'remainingEffort'. The remaining amount of effort needed to resolve issues raised in the artifact- Parameters:
remainingEffort- Value of 'remainingEffort'.
-
getReportedInReleaseId
public String getReportedInReleaseId()
Returns 'reportedInReleaseId'. The artifact was reported in the release of this id- Returns:
- Value of 'reportedInReleaseId'.
-
setReportedInReleaseId
public void setReportedInReleaseId(String reportedInReleaseId)
Sets 'reportedInReleaseId'. The artifact was reported in the release of this id- Parameters:
reportedInReleaseId- Value of 'reportedInReleaseId'.
-
getReportedInReleaseTitle
public String getReportedInReleaseTitle()
Returns 'reportedInReleaseTitle'. The artifact was reported in this release- Returns:
- Value of 'reportedInReleaseTitle'.
-
setReportedInReleaseTitle
public void setReportedInReleaseTitle(String reportedInReleaseTitle)
Sets 'reportedInReleaseTitle'. The artifact was reported in this release- Parameters:
reportedInReleaseTitle- Value of 'reportedInReleaseTitle'.
-
getResolvedInReleaseId
public String getResolvedInReleaseId()
Returns 'resolvedInReleaseId'. The artifact was resolved in the release of this id- Returns:
- Value of 'resolvedInReleaseId'.
-
setResolvedInReleaseId
public void setResolvedInReleaseId(String resolvedInReleaseId)
Sets 'resolvedInReleaseId'. The artifact was resolved in the release of this id- Parameters:
resolvedInReleaseId- Value of 'resolvedInReleaseId'.
-
getResolvedInReleaseTitle
public String getResolvedInReleaseTitle()
Returns 'resolvedInReleaseTitle'. The artifact was resolved in this release- Returns:
- Value of 'resolvedInReleaseTitle'.
-
setResolvedInReleaseTitle
public void setResolvedInReleaseTitle(String resolvedInReleaseTitle)
Sets 'resolvedInReleaseTitle'. The artifact was resolved in this release- Parameters:
resolvedInReleaseTitle- Value of 'resolvedInReleaseTitle'.
-
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'.
-
getParentId
public String getParentId()
Returns 'parentId'. The id of the parent artifact, null if there is none- Returns:
- Value of 'parentId'.
-
setParentId
public void setParentId(String parentId)
Sets 'parentId'. The id of the parent artifact, null if there is none- Parameters:
parentId- Value of 'parentId'.
-
getChildrenIds
public String[] getChildrenIds()
Returns 'childrenIds'. The ids of the children artifacts- Returns:
- Value of 'childrenIds'.
-
setChildrenIds
public void setChildrenIds(String[] childrenIds)
Sets 'childrenIds'. The ids of the children artifacts- Parameters:
childrenIds- Value of 'childrenIds'.
-
getHasChildren
public boolean getHasChildren()
Returns 'hasChildren'. True if artifact has child artifacts, false if not- Returns:
- Value of 'hasChildren'.
-
setHasChildren
public void setHasChildren(boolean hasChildren)
Sets 'hasChildren'. True if artifact has child artifacts, false if not- Parameters:
hasChildren- Value of 'hasChildren'.
-
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'.
-
getTrackerIcon
public String getTrackerIcon()
Returns 'trackerIcon'. The tracker icon.- Returns:
- Value of 'trackerIcon'.
-
setTrackerIcon
public void setTrackerIcon(String trackerIcon)
Sets 'trackerIcon'. The tracker icon.- Parameters:
trackerIcon- Value of 'trackerIcon'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-