public class ProjectSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.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 |
---|---|
String |
getDescription()
Returns 'description'.
|
String |
getHierarchyPath()
Returns 'hierarchyPath'.
|
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 |
setDescription(String description)
Sets 'description'.
|
void |
setHierarchyPath(String hierarchyPath)
Sets 'hierarchyPath'.
|
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 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 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 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.