Class LinkedApplicationSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.cemain.LinkedApplicationSoapDO
LinkedApplicationSoapDO represents a linked application's data.
- Since:
- 8.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'applicationType'.Returns 'applicationUrl'.int
Returns 'displayOrder'.Returns 'iconKey'.boolean
Returns 'singleSignonEnabled'.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
setIconKey
(String iconKey) Sets 'iconKey'.void
setSingleSignonEnabled
(boolean singleSignonEnabled) Sets 'singleSignonEnabled'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
LinkedApplicationSoapDO
public LinkedApplicationSoapDO()
-
-
Method Details
-
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'.
-
getIconKey
Returns 'iconKey'.- Returns:
- Value of 'iconKey'.
-
setIconKey
Sets 'iconKey'.- Parameters:
iconKey
- Value of 'iconKey'.
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-