Class LinkedApplication2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.LinkedApplication2SoapRow
LinkedApplicationSoapList represents a list of linked applications.
- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'applicationType'.Returns 'applicationUrl'.int
Returns 'displayOrder'.Returns 'iconId'.getId()
Returns 'id'.boolean
Returns 'singleSignOnEnabled'.getTitle()
Returns 'title'.Returns 'toolType'.boolean
Returns 'visible'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setApplicationType
(String applicationType) Sets 'applicationType'.void
setApplicationUrl
(String applicationUrl) Sets 'applicationUrl'.void
setDisplayOrder
(int displayOrder) Sets 'displayOrder'.void
Sets 'iconId'.void
Sets 'id'.void
setSingleSignOnEnabled
(boolean singleSignOnEnabled) Sets 'singleSignOnEnabled'.void
Sets 'title'.void
setToolType
(String toolType) Sets 'toolType'.void
setVisible
(boolean visible) Sets 'visible'.
-
Constructor Details
-
LinkedApplication2SoapRow
public LinkedApplication2SoapRow()
-
-
Method Details
-
getId
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Parameters:
id
- Value of 'id'.
-
getTitle
Returns 'title'.- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'.- Parameters:
title
- Value of 'title'.
-
getApplicationUrl
Returns 'applicationUrl'.- Returns:
- Value of 'applicationUrl'.
-
setApplicationUrl
Sets 'applicationUrl'.- Parameters:
applicationUrl
- Value of 'applicationUrl'.
-
getApplicationType
Returns 'applicationType'.- Returns:
- Value of 'applicationType'.
-
setApplicationType
Sets 'applicationType'.- Parameters:
applicationType
- Value of 'applicationType'.
-
getIconId
Returns 'iconId'.- Returns:
- Value of 'iconId'.
-
setIconId
Sets 'iconId'.- Parameters:
iconId
- Value of 'iconId'.
-
getDisplayOrder
public int getDisplayOrder()Returns 'displayOrder'.- Returns:
- Value of 'displayOrder'.
-
setDisplayOrder
public void setDisplayOrder(int displayOrder) Sets 'displayOrder'.- Parameters:
displayOrder
- Value of 'displayOrder'.
-
getSingleSignOnEnabled
public boolean getSingleSignOnEnabled()Returns 'singleSignOnEnabled'.- Returns:
- Value of 'singleSignOnEnabled'.
-
setSingleSignOnEnabled
public void setSingleSignOnEnabled(boolean singleSignOnEnabled) Sets 'singleSignOnEnabled'.- Parameters:
singleSignOnEnabled
- Value of 'singleSignOnEnabled'.
-
getVisible
public boolean getVisible()Returns 'visible'.- Returns:
- Value of 'visible'.
-
setVisible
public void setVisible(boolean visible) Sets 'visible'.- Parameters:
visible
- Value of 'visible'.
-
getToolType
Returns 'toolType'.- Returns:
- Value of 'toolType'.
-
setToolType
Sets 'toolType'.- Parameters:
toolType
- Value of 'toolType'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-