public class ProjectSoapRow
extends java.lang.Object
Constructor and Description |
---|
ProjectSoapRow() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDateCreated()
Returns 'dateCreated'.
|
java.lang.String |
getDescription()
Returns 'description'.
|
java.lang.String |
getHierarchyPath()
Returns 'hierarchyPath'.
|
java.lang.String |
getId()
Returns 'id'.
|
boolean |
getLocked()
Returns 'locked'.
|
java.lang.String |
getParentProjectId()
Returns 'parentProjectId'.
|
java.lang.String |
getPath()
Returns 'path'.
|
java.lang.String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDateCreated(java.util.Date dateCreated)
Sets 'dateCreated'.
|
void |
setDescription(java.lang.String description)
Sets 'description'.
|
void |
setHierarchyPath(java.lang.String hierarchyPath)
Sets 'hierarchyPath'.
|
void |
setId(java.lang.String id)
Sets 'id'.
|
void |
setLocked(boolean locked)
Sets 'locked'.
|
void |
setParentProjectId(java.lang.String parentProjectId)
Sets 'parentProjectId'.
|
void |
setPath(java.lang.String path)
Sets 'path'.
|
void |
setTitle(java.lang.String title)
Sets 'title'.
|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- Value of 'id'.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 java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated
- Value of 'dateCreated'.public java.lang.String getParentProjectId()
public void setParentProjectId(java.lang.String parentProjectId)
parentProjectId
- Value of 'parentProjectId'.public java.lang.String getHierarchyPath()
public void setHierarchyPath(java.lang.String hierarchyPath)
hierarchyPath
- Value of 'hierarchyPath'.public boolean getLocked()
public void setLocked(boolean locked)
locked
- Value of 'locked'.public static void registerTypeMappings(org.apache.axis.client.Call call)