Class PageSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
-
- com.collabnet.ce.soap60.webservices.page.PageSoapRow
-
public class PageSoapRow extends FolderSoapRow
This class repents a list of project pages, sorted by its display order.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PageSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDisplayPosition()Returns 'displayPosition'.booleangetFreeform()Returns 'freeform'.booleangetVisible()Returns 'visible'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDisplayPosition(int displayPosition)Sets 'displayPosition'.voidsetFreeform(boolean freeform)Sets 'freeform'.voidsetVisible(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
-
-
-
-
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'.
-
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)
-
-