Class ProjectGroupSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapRow
ProjectGroupList is used to get a list of project groups.
- Since:
- 6.0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'dateCreated'.Returns 'description'.getId()Returns 'id'.intReturns 'memberProjects'.getPath()Returns 'path'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetDateCreated(Date dateCreated) Sets 'dateCreated'.voidsetDescription(String description) Sets 'description'.voidSets 'id'.voidsetMemberProjects(int memberProjects) Sets 'memberProjects'.voidSets 'path'.voidSets 'title'.
-
Constructor Details
-
ProjectGroupSoapRow
public ProjectGroupSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The id of the project group- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The id of the project group- Parameters:
id- Value of 'id'.
-
getPath
Returns 'path'. The path of the project group- Returns:
- Value of 'path'.
-
setPath
Sets 'path'. The path of the project group- Parameters:
path- Value of 'path'.
-
getTitle
Returns 'title'. The title of the project group- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the project group- Parameters:
title- Value of 'title'.
-
getDescription
Returns 'description'. The detailed description of the project group- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The detailed description of the project group- Parameters:
description- Value of 'description'.
-
getDateCreated
Returns 'dateCreated'. The date the project group was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
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)
-