|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
com.vasoftware.sf.soap44.webservices.sfmain.ProjectSoapDO
public class ProjectSoapDO
This class represents the data associated with a project.
| 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 static final int PUBLIC
public static final int GATED_COMMUNITY
public static final int PRIVATE
| Constructor Detail |
|---|
public ProjectSoapDO()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||