public class ProjectSoapDO extends ObjectSoapDO
Modifier and Type | Field and Description |
---|---|
static int |
GATED_COMMUNITY
A gated community only allows unrestricted users and project members access.
|
static int |
INCLUDE_ALL_CONTENT
Include content from all applications in templates.
|
static int |
INCLUDE_DISCUSSIONS_CONTENT
Include topics and posts in templates.
|
static int |
INCLUDE_DOCUMENTS_CONTENT
Include documents in templates.
|
static int |
INCLUDE_FRS_CONTENT
Include release files in templates.
|
static int |
INCLUDE_PLANNING_FOLDERS
Include planning folders in templates.
|
static int |
INCLUDE_PROJECT_PAGES
Include project pages in templates.
|
static int |
INCLUDE_REPORTS_CONTENT
Include reports in templates.
|
static int |
INCLUDE_SAVED_SEARCHES
Include saved searches in templates.
|
static int |
INCLUDE_TASKS_CONTENT
Include tasks in templates.
|
static int |
INCLUDE_TEAMS
Include teams in templates.
|
static int |
INCLUDE_TRACKER_CONTENT
Include tracker content in templates.
|
static int |
INCLUDE_WIKI_CONTENT
Include wiki pages in templates.
|
static int |
PRIVATE
A private project only allows members access.
|
static int |
PUBLIC
A public project allows all users access.
|
Constructor and Description |
---|
ProjectSoapDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns 'description'.
|
java.lang.String |
getHierarchyPath()
Returns 'hierarchyPath'.
|
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 |
setDescription(java.lang.String description)
Sets 'description'.
|
void |
setHierarchyPath(java.lang.String hierarchyPath)
Sets 'hierarchyPath'.
|
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'.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
public static final int PUBLIC
public static final int GATED_COMMUNITY
public static final int PRIVATE
public static final int INCLUDE_ALL_CONTENT
public static final int INCLUDE_TRACKER_CONTENT
public static final int INCLUDE_DOCUMENTS_CONTENT
public static final int INCLUDE_TASKS_CONTENT
public static final int INCLUDE_DISCUSSIONS_CONTENT
public static final int INCLUDE_REPORTS_CONTENT
public static final int INCLUDE_FRS_CONTENT
public static final int INCLUDE_WIKI_CONTENT
public static final int INCLUDE_PROJECT_PAGES
public static final int INCLUDE_SAVED_SEARCHES
public static final int INCLUDE_PLANNING_FOLDERS
public static final int INCLUDE_TEAMS
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.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)