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

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

public class ProjectSoapDO
extends ObjectSoapDO

This class represents the data associated with a project.

Change History
Release: 4.1-SP2

Since:
4.1

Field Summary
static int GATED_COMMUNITY
          A gated community only allows unrestricted users and project members access.
static int PRIVATE
          A private project only allows members access.
static int PUBLIC
          A public project allows all users access.
 
Constructor Summary
ProjectSoapDO()
           
 
Method Summary
 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'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

public static final int PUBLIC
A public project allows all users access.

See Also:
Constant Field Values

GATED_COMMUNITY

public static final int GATED_COMMUNITY
A gated community only allows unrestricted users and project members access.

See Also:
Constant Field Values

PRIVATE

public static final int PRIVATE
A private project only allows members access.

See Also:
Constant Field Values
Constructor Detail

ProjectSoapDO

public ProjectSoapDO()
Method Detail

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'.

registerTypeMappings

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