Class UserGroupSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.UserGroupSoapDO
-
public class UserGroupSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDORepresents an user group within TeamForge.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description UserGroupSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns 'description'.StringgetFullName()Returns 'fullName'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDescription(String description)Sets 'description'.voidsetFullName(String fullName)Sets 'fullName'.
-
-
-
Method Detail
-
getFullName
public String getFullName()
Returns 'fullName'. User group's full name.- Returns:
- Value of 'fullName'.
-
setFullName
public void setFullName(String fullName)
Sets 'fullName'. User group's full name.- Parameters:
fullName- Value of 'fullName'.
-
getDescription
public String getDescription()
Returns 'description'. User group's description.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. User group's description.- Parameters:
description- Value of 'description'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-