com.vasoftware.sf.soap44.webservices.sfmain
Class ProjectSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ProjectSoapRow

public class ProjectSoapRow
extends java.lang.Object

ProjectList is used to get a list of project.

Since:
4.1

Constructor Summary
ProjectSoapRow()
           
 
Method Summary
 java.util.Date getDateCreated()
          Returns 'dateCreated'.
 java.lang.String getDescription()
          Returns 'description'.
 java.lang.String getId()
          Returns 'id'.
 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 setId(java.lang.String id)
          Sets 'id'.
 void setPath(java.lang.String path)
          Sets 'path'.
 void setTitle(java.lang.String title)
          Sets 'title'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSoapRow

public ProjectSoapRow()
Method Detail

getId

public java.lang.String getId()
Returns 'id'. The id of the project

Returns:
Value of 'id'.

setId

public void setId(java.lang.String id)
Sets 'id'. The id of the project

Parameters:
id - Value of 'id'.

getPath

public java.lang.String getPath()
Returns 'path'. The path of the project

Returns:
Value of 'path'.

setPath

public void setPath(java.lang.String path)
Sets 'path'. The path of the project

Parameters:
path - Value of 'path'.

getTitle

public java.lang.String getTitle()
Returns 'title'. The title of the project

Returns:
Value of 'title'.

setTitle

public void setTitle(java.lang.String title)
Sets 'title'. The title of the project

Parameters:
title - Value of 'title'.

getDescription

public java.lang.String getDescription()
Returns 'description'. The detailed description of the project

Returns:
Value of 'description'.

setDescription

public void setDescription(java.lang.String description)
Sets 'description'. The detailed description of the project

Parameters:
description - Value of 'description'.

getDateCreated

public java.util.Date getDateCreated()
Returns 'dateCreated'. The date the project was created

Returns:
Value of 'dateCreated'.

setDateCreated

public void setDateCreated(java.util.Date dateCreated)
Sets 'dateCreated'. The date the project was created

Parameters:
dateCreated - Value of 'dateCreated'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)