Class ProjectGroupSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectGroupSoapDO
-
public class ProjectGroupSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOThis class represents the data associated with a project group.- Since:
- 6.0.1
-
-
Constructor Summary
Constructors Constructor Description ProjectGroupSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns 'description'.StringgetPath()Returns 'path'.StringgetTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDescription(String description)Sets 'description'.voidsetPath(String path)Sets 'path'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-