Class ArtifactsInPlanningFolderSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.planning.ArtifactsInPlanningFolderSoapRow
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 History
Release: 6.1
- Added Id for reportedInRelease field.
- Added Id for resolvedInRelease field.
- Added points field.
- Since:
- 5.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'actualEffort'.Returns 'artifactGroup'.Returns 'assignedToFullname'.Returns 'assignedToUsername'.boolean
Returns 'autosumming'.Returns 'category'.String[]
Returns 'childrenIds'.Returns 'closeDate'.Returns 'customer'.Returns 'description'.int
Returns 'estimatedEffort'.Returns 'folderId'.Returns 'folderPathString'.Returns 'folderTitle'.boolean
Returns 'hasChildren'.getId()
Returns 'id'.Returns 'lastModifiedDate'.Returns 'parentId'.Returns 'planningFolderId'.Returns 'planningFolderTitle'.int
Returns 'points'.int
Returns 'priority'.Returns 'projectId'.Returns 'projectPathString'.Returns 'projectTitle'.int
Returns 'remainingEffort'.Returns 'reportedInReleaseId'.Returns 'reportedInReleaseTitle'.Returns 'resolvedInReleaseId'.Returns 'resolvedInReleaseTitle'.Returns 'status'.Returns 'statusClass'.Returns 'submittedByFullname'.Returns 'submittedByUsername'.Returns 'submittedDate'.getTitle()
Returns 'title'.Returns 'trackerIcon'.int
Returns 'version'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setActualEffort
(int actualEffort) Sets 'actualEffort'.void
setArtifactGroup
(String artifactGroup) Sets 'artifactGroup'.void
setAssignedToFullname
(String assignedToFullname) Sets 'assignedToFullname'.void
setAssignedToUsername
(String assignedToUsername) Sets 'assignedToUsername'.void
setAutosumming
(boolean autosumming) Sets 'autosumming'.void
setCategory
(String category) Sets 'category'.void
setChildrenIds
(String[] childrenIds) Sets 'childrenIds'.void
setCloseDate
(Date closeDate) Sets 'closeDate'.void
setCustomer
(String customer) Sets 'customer'.void
setDescription
(String description) Sets 'description'.void
setEstimatedEffort
(int estimatedEffort) Sets 'estimatedEffort'.void
setFolderId
(String folderId) Sets 'folderId'.void
setFolderPathString
(String folderPathString) Sets 'folderPathString'.void
setFolderTitle
(String folderTitle) Sets 'folderTitle'.void
setHasChildren
(boolean hasChildren) Sets 'hasChildren'.void
Sets 'id'.void
setLastModifiedDate
(Date lastModifiedDate) Sets 'lastModifiedDate'.void
setParentId
(String parentId) Sets 'parentId'.void
setPlanningFolderId
(String planningFolderId) Sets 'planningFolderId'.void
setPlanningFolderTitle
(String planningFolderTitle) Sets 'planningFolderTitle'.void
setPoints
(int points) Sets 'points'.void
setPriority
(int priority) Sets 'priority'.void
setProjectId
(String projectId) Sets 'projectId'.void
setProjectPathString
(String projectPathString) Sets 'projectPathString'.void
setProjectTitle
(String projectTitle) Sets 'projectTitle'.void
setRemainingEffort
(int remainingEffort) Sets 'remainingEffort'.void
setReportedInReleaseId
(String reportedInReleaseId) Sets 'reportedInReleaseId'.void
setReportedInReleaseTitle
(String reportedInReleaseTitle) Sets 'reportedInReleaseTitle'.void
setResolvedInReleaseId
(String resolvedInReleaseId) Sets 'resolvedInReleaseId'.void
setResolvedInReleaseTitle
(String resolvedInReleaseTitle) Sets 'resolvedInReleaseTitle'.void
Sets 'status'.void
setStatusClass
(String statusClass) Sets 'statusClass'.void
setSubmittedByFullname
(String submittedByFullname) Sets 'submittedByFullname'.void
setSubmittedByUsername
(String submittedByUsername) Sets 'submittedByUsername'.void
setSubmittedDate
(Date submittedDate) Sets 'submittedDate'.void
Sets 'title'.void
setTrackerIcon
(String trackerIcon) Sets 'trackerIcon'.void
setVersion
(int version) Sets 'version'.
-
Constructor Details
-
ArtifactsInPlanningFolderSoapRow
public ArtifactsInPlanningFolderSoapRow()
-
-
Method Details
-
getId
Returns 'id'. Id of the artifact- Returns:
- Value of 'id'.
-
setId
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
Returns 'projectPathString'. The full project path, as a string- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
Sets 'projectPathString'. The full project path, as a string- Parameters:
projectPathString
- Value of 'projectPathString'.
-
getProjectTitle
Returns 'projectTitle'. The title of the project containing the artifact- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
Sets 'projectTitle'. The title of the project containing the artifact- Parameters:
projectTitle
- Value of 'projectTitle'.
-
getProjectId
Returns 'projectId'. The project id of the project containing the artifact- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. The project id of the project containing the artifact- Parameters:
projectId
- Value of 'projectId'.
-
getFolderPathString
Returns 'folderPathString'. The tracker path containing the artifact- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
Sets 'folderPathString'. The tracker path containing the artifact- Parameters:
folderPathString
- Value of 'folderPathString'.
-
getFolderTitle
Returns 'folderTitle'. The title of the tracker that contains the artifact- Returns:
- Value of 'folderTitle'.
-
setFolderTitle
Sets 'folderTitle'. The title of the tracker that contains the artifact- Parameters:
folderTitle
- Value of 'folderTitle'.
-
getFolderId
Returns 'folderId'. The folder id of the tracker folder that contains the artifact- Returns:
- Value of 'folderId'.
-
setFolderId
Sets 'folderId'. The folder id of the tracker folder that contains the artifact- Parameters:
folderId
- Value of 'folderId'.
-
getPlanningFolderId
Returns 'planningFolderId'. The artifact's PlanningFolder id- Returns:
- Value of 'planningFolderId'.
-
setPlanningFolderId
Sets 'planningFolderId'. The artifact's PlanningFolder id- Parameters:
planningFolderId
- Value of 'planningFolderId'.
-
getPlanningFolderTitle
Returns 'planningFolderTitle'. The artifact's PlanningFolder title- Returns:
- Value of 'planningFolderTitle'.
-
setPlanningFolderTitle
Sets 'planningFolderTitle'. The artifact's PlanningFolder title- Parameters:
planningFolderTitle
- Value of 'planningFolderTitle'.
-
getTitle
Returns 'title'. The title of the artifact- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the artifact- Parameters:
title
- Value of 'title'.
-
getDescription
Returns 'description'. The full description of the artifact- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The full description of the artifact- Parameters:
description
- Value of 'description'.
-
getArtifactGroup
Returns 'artifactGroup'. The artifact group field- Returns:
- Value of 'artifactGroup'.
-
setArtifactGroup
Sets 'artifactGroup'. The artifact group field- Parameters:
artifactGroup
- Value of 'artifactGroup'.
-
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
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
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
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
Returns 'category'. The category field of the artifact- Returns:
- Value of 'category'.
-
setCategory
Sets 'category'. The category field of the artifact- Parameters:
category
- Value of 'category'.
-
getCustomer
Returns 'customer'. The artifact relates to this customer- Returns:
- Value of 'customer'.
-
setCustomer
Sets 'customer'. The artifact relates to this customer- Parameters:
customer
- Value of 'customer'.
-
getSubmittedByUsername
Returns 'submittedByUsername'. The artifact was submitted by the user with this username- Returns:
- Value of 'submittedByUsername'.
-
setSubmittedByUsername
Sets 'submittedByUsername'. The artifact was submitted by the user with this username- Parameters:
submittedByUsername
- Value of 'submittedByUsername'.
-
getSubmittedByFullname
Returns 'submittedByFullname'. The artifact was submitted by the user with this full name- Returns:
- Value of 'submittedByFullname'.
-
setSubmittedByFullname
Sets 'submittedByFullname'. The artifact was submitted by the user with this full name- Parameters:
submittedByFullname
- Value of 'submittedByFullname'.
-
getSubmittedDate
Returns 'submittedDate'. The artifact was created on this date- Returns:
- Value of 'submittedDate'.
-
setSubmittedDate
Sets 'submittedDate'. The artifact was created on this date- Parameters:
submittedDate
- Value of 'submittedDate'.
-
getCloseDate
Returns 'closeDate'. The artifact was closed (completed) on this date- Returns:
- Value of 'closeDate'.
-
setCloseDate
Sets 'closeDate'. The artifact was closed (completed) on this date- Parameters:
closeDate
- Value of 'closeDate'.
-
getAssignedToUsername
Returns 'assignedToUsername'. The artifact is assigned to the user with this username- Returns:
- Value of 'assignedToUsername'.
-
setAssignedToUsername
Sets 'assignedToUsername'. The artifact is assigned to the user with this username- Parameters:
assignedToUsername
- Value of 'assignedToUsername'.
-
getAssignedToFullname
Returns 'assignedToFullname'. The artifact is assigned to the user with this full name- Returns:
- Value of 'assignedToFullname'.
-
setAssignedToFullname
Sets 'assignedToFullname'. The artifact is assigned to the user with this full name- Parameters:
assignedToFullname
- Value of 'assignedToFullname'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. The date details of this artifact were last changed- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
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
Returns 'reportedInReleaseId'. The artifact was reported in the release of this id- Returns:
- Value of 'reportedInReleaseId'.
-
setReportedInReleaseId
Sets 'reportedInReleaseId'. The artifact was reported in the release of this id- Parameters:
reportedInReleaseId
- Value of 'reportedInReleaseId'.
-
getReportedInReleaseTitle
Returns 'reportedInReleaseTitle'. The artifact was reported in this release- Returns:
- Value of 'reportedInReleaseTitle'.
-
setReportedInReleaseTitle
Sets 'reportedInReleaseTitle'. The artifact was reported in this release- Parameters:
reportedInReleaseTitle
- Value of 'reportedInReleaseTitle'.
-
getResolvedInReleaseId
Returns 'resolvedInReleaseId'. The artifact was resolved in the release of this id- Returns:
- Value of 'resolvedInReleaseId'.
-
setResolvedInReleaseId
Sets 'resolvedInReleaseId'. The artifact was resolved in the release of this id- Parameters:
resolvedInReleaseId
- Value of 'resolvedInReleaseId'.
-
getResolvedInReleaseTitle
Returns 'resolvedInReleaseTitle'. The artifact was resolved in this release- Returns:
- Value of 'resolvedInReleaseTitle'.
-
setResolvedInReleaseTitle
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
Returns 'parentId'. The id of the parent artifact, null if there is none- Returns:
- Value of 'parentId'.
-
setParentId
Sets 'parentId'. The id of the parent artifact, null if there is none- Parameters:
parentId
- Value of 'parentId'.
-
getChildrenIds
Returns 'childrenIds'. The ids of the children artifacts- Returns:
- Value of 'childrenIds'.
-
setChildrenIds
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
Returns 'trackerIcon'. The tracker icon.- Returns:
- Value of 'trackerIcon'.
-
setTrackerIcon
Sets 'trackerIcon'. The tracker icon.- Parameters:
trackerIcon
- Value of 'trackerIcon'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-