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