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'.intReturns 'displayOrder'.Returns 'iconId'.getId()Returns 'id'.booleanReturns 'singleSignOnEnabled'.getTitle()Returns 'title'.Returns 'toolType'.booleanReturns 'visible'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetApplicationType(String applicationType) Sets 'applicationType'.voidsetApplicationUrl(String applicationUrl) Sets 'applicationUrl'.voidsetDisplayOrder(int displayOrder) Sets 'displayOrder'.voidSets 'iconId'.voidSets 'id'.voidsetSingleSignOnEnabled(boolean singleSignOnEnabled) Sets 'singleSignOnEnabled'.voidSets 'title'.voidsetToolType(String toolType) Sets 'toolType'.voidsetVisible(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)
-