public class ProjectGroupSoapDO extends ObjectSoapDO
Constructor and Description |
---|
ProjectGroupSoapDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns 'description'.
|
java.lang.String |
getPath()
Returns 'path'.
|
java.lang.String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDescription(java.lang.String description)
Sets 'description'.
|
void |
setPath(java.lang.String path)
Sets 'path'.
|
void |
setTitle(java.lang.String title)
Sets 'title'.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- Value of 'path'.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- Value of 'title'.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Value of 'description'.public static void registerTypeMappings(org.apache.axis.client.Call call)