Class PageSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.page.PageSoapRow
This class repents a list of project pages, sorted by its display order.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'displayPosition'.boolean
Returns 'freeform'.boolean
Returns 'visible'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDisplayPosition
(int displayPosition) Sets 'displayPosition'.void
setFreeform
(boolean freeform) Sets 'freeform'.void
setVisible
(boolean visible) Sets 'visible'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
PageSoapRow
public PageSoapRow()
-
-
Method Details
-
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'.
-
getDisplayPosition
public int getDisplayPosition()Returns 'displayPosition'. Indicates the display position of this page.- Returns:
- Value of 'displayPosition'.
-
setDisplayPosition
public void setDisplayPosition(int displayPosition) Sets 'displayPosition'. Indicates the display position of this page.- Parameters:
displayPosition
- Value of 'displayPosition'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-