Class PageSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
-
- com.collabnet.ce.soap60.webservices.page.PageSoapDO
-
public class PageSoapDO extends FolderSoapDO
This class represents a page in a project. This does not hold information about the components or its contents.Change HistoryRelease: 5.0- Class Introduced
- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PageSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetFreeForm()Returns 'freeForm'.booleangetVisible()Returns 'visible'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetFreeForm(boolean freeForm)Sets 'freeForm'.voidsetVisible(boolean visible)Sets 'visible'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
-
-
-
-
Method Detail
-
getVisible
public boolean getVisible()
Returns 'visible'. Indicates whether this page is visible.- Returns:
- Value of 'visible'.
-
setVisible
public void setVisible(boolean visible)
Sets 'visible'. Indicates whether this page is visible.- Parameters:
visible- Value of 'visible'.
-
getFreeForm
public boolean getFreeForm()
Returns 'freeForm'. Indicates whether this page must be hidden in the left navigation.- Returns:
- Value of 'freeForm'.
-
setFreeForm
public void setFreeForm(boolean freeForm)
Sets 'freeForm'. Indicates whether this page must be hidden in the left navigation.- Parameters:
freeForm- Value of 'freeForm'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-