Class ProjectSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ProjectSoapRow
ProjectList is used to get a list of project.
Change History
Release: 6.1
- Added Id of the parent project.
- Added project hierarchy path.
- Added lock status.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'dateCreated'.Returns 'description'.Returns 'hierarchyPath'.getId()Returns 'id'.booleanReturns 'locked'.Returns 'parentProjectId'.getPath()Returns 'path'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetDateCreated(Date dateCreated) Sets 'dateCreated'.voidsetDescription(String description) Sets 'description'.voidsetHierarchyPath(String hierarchyPath) Sets 'hierarchyPath'.voidSets 'id'.voidsetLocked(boolean locked) Sets 'locked'.voidsetParentProjectId(String parentProjectId) Sets 'parentProjectId'.voidSets 'path'.voidSets 'title'.
-
Constructor Details
-
ProjectSoapRow
public ProjectSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The id of the project- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The id of the project- Parameters:
id- Value of 'id'.
-
getPath
Returns 'path'. The path of the project- Returns:
- Value of 'path'.
-
setPath
Sets 'path'. The path of the project- Parameters:
path- Value of 'path'.
-
getTitle
Returns 'title'. The title of the project- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the project- Parameters:
title- Value of 'title'.
-
getDescription
Returns 'description'. The detailed description of the project- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The detailed description of the project- Parameters:
description- Value of 'description'.
-
getDateCreated
Returns 'dateCreated'. The date the project was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
Sets 'dateCreated'. The date the project was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getParentProjectId
Returns 'parentProjectId'. Id of the primary parent project- Returns:
- Value of 'parentProjectId'.
-
setParentProjectId
Sets 'parentProjectId'. Id of the primary parent project- Parameters:
parentProjectId- Value of 'parentProjectId'.
-
getHierarchyPath
Returns 'hierarchyPath'. The complete hierarchy of the project- Returns:
- Value of 'hierarchyPath'.
-
setHierarchyPath
Sets 'hierarchyPath'. The complete hierarchy of the project- Parameters:
hierarchyPath- Value of 'hierarchyPath'.
-
getLocked
public boolean getLocked()Returns 'locked'. The locked status of the project.- Returns:
- Value of 'locked'.
-
setLocked
public void setLocked(boolean locked) Sets 'locked'. The locked status of the project.- Parameters:
locked- Value of 'locked'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-