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.ObjectSoapDO
This class represents the data associated with a project group.
- Since:
- 6.0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'description'.getPath()
Returns 'path'.getTitle()
Returns 'title'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDescription
(String description) Sets 'description'.void
Sets 'path'.void
Sets 'title'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
ProjectGroupSoapDO
public ProjectGroupSoapDO()
-
-
Method Details
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-