Class ProjectSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectSoapRow
-
public class ProjectSoapRow extends Object
ProjectList is used to get a list of project.Change HistoryRelease: 6.1- Added Id of the parent project.
- Added project hierarchy path.
- Added lock status.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ProjectSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDateCreated()Returns 'dateCreated'.StringgetDescription()Returns 'description'.StringgetHierarchyPath()Returns 'hierarchyPath'.StringgetId()Returns 'id'.booleangetLocked()Returns 'locked'.StringgetParentProjectId()Returns 'parentProjectId'.StringgetPath()Returns 'path'.StringgetTitle()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'.voidsetId(String id)Sets 'id'.voidsetLocked(boolean locked)Sets 'locked'.voidsetParentProjectId(String parentProjectId)Sets 'parentProjectId'.voidsetPath(String path)Sets 'path'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. The id of the project- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. The id of the project- Parameters:
id- Value of 'id'.
-
getPath
public String getPath()
Returns 'path'. The path of the project- Returns:
- Value of 'path'.
-
setPath
public void setPath(String path)
Sets 'path'. The path of the project- Parameters:
path- Value of 'path'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the project- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the project- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The detailed description of the project- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The detailed description of the project- Parameters:
description- Value of 'description'.
-
getDateCreated
public Date getDateCreated()
Returns 'dateCreated'. The date the project was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
public void setDateCreated(Date dateCreated)
Sets 'dateCreated'. The date the project was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getParentProjectId
public String getParentProjectId()
Returns 'parentProjectId'. Id of the primary parent project- Returns:
- Value of 'parentProjectId'.
-
setParentProjectId
public void setParentProjectId(String parentProjectId)
Sets 'parentProjectId'. Id of the primary parent project- Parameters:
parentProjectId- Value of 'parentProjectId'.
-
getHierarchyPath
public String getHierarchyPath()
Returns 'hierarchyPath'. The complete hierarchy of the project- Returns:
- Value of 'hierarchyPath'.
-
setHierarchyPath
public void setHierarchyPath(String hierarchyPath)
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)
-
-