Class ProjectGroupSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapRow
-
public class ProjectGroupSoapRow extends Object
ProjectGroupList is used to get a list of project groups.- Since:
- 6.0.1
-
-
Constructor Summary
Constructors Constructor Description ProjectGroupSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDateCreated()Returns 'dateCreated'.StringgetDescription()Returns 'description'.StringgetId()Returns 'id'.intgetMemberProjects()Returns 'memberProjects'.StringgetPath()Returns 'path'.StringgetTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDateCreated(Date dateCreated)Sets 'dateCreated'.voidsetDescription(String description)Sets 'description'.voidsetId(String id)Sets 'id'.voidsetMemberProjects(int memberProjects)Sets 'memberProjects'.voidsetPath(String path)Sets 'path'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. The id of the project group- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. The id of the project group- Parameters:
id- Value of 'id'.
-
getPath
public String getPath()
Returns 'path'. The path of the project group- Returns:
- Value of 'path'.
-
setPath
public void setPath(String path)
Sets 'path'. The path of the project group- Parameters:
path- Value of 'path'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the project group- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the project group- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The detailed description of the project group- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The detailed description of the project group- Parameters:
description- Value of 'description'.
-
getDateCreated
public Date getDateCreated()
Returns 'dateCreated'. The date the project group was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
public void setDateCreated(Date dateCreated)
Sets 'dateCreated'. The date the project group was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getMemberProjects
public int getMemberProjects()
Returns 'memberProjects'. Member projects count- Returns:
- Value of 'memberProjects'.
-
setMemberProjects
public void setMemberProjects(int memberProjects)
Sets 'memberProjects'. Member projects count- Parameters:
memberProjects- Value of 'memberProjects'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-