Class ExternalSystemSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.ExternalSystemSoapRow
-
public class ExternalSystemSoapRow extends Object
A list of valid external systems.- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description ExternalSystemSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdapterCategory()Returns 'adapterCategory'.StringgetAdapterName()Returns 'adapterName'.StringgetDescription()Returns 'description'.StringgetId()Returns 'id'.booleangetRequiresApproval()Returns 'requiresApproval'.StringgetTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetAdapterCategory(String adapterCategory)Sets 'adapterCategory'.voidsetAdapterName(String adapterName)Sets 'adapterName'.voidsetDescription(String description)Sets 'description'.voidsetId(String id)Sets 'id'.voidsetRequiresApproval(boolean requiresApproval)Sets 'requiresApproval'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. Id of the external system- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. Id of the external system- Parameters:
id- Value of 'id'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the external system- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the external system- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The description of the external system- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The description of the external system- Parameters:
description- Value of 'description'.
-
getAdapterName
public String getAdapterName()
Returns 'adapterName'. the name of the adapter of the external system- Returns:
- Value of 'adapterName'.
-
setAdapterName
public void setAdapterName(String adapterName)
Sets 'adapterName'. the name of the adapter of the external system- Parameters:
adapterName- Value of 'adapterName'.
-
getAdapterCategory
public String getAdapterCategory()
Returns 'adapterCategory'. the category of the adapter of the external system- Returns:
- Value of 'adapterCategory'.
-
setAdapterCategory
public void setAdapterCategory(String adapterCategory)
Sets 'adapterCategory'. the category of the adapter of the external system- Parameters:
adapterCategory- Value of 'adapterCategory'.
-
getRequiresApproval
public boolean getRequiresApproval()
Returns 'requiresApproval'. It requires approval while creating repository- Returns:
- Value of 'requiresApproval'.
-
setRequiresApproval
public void setRequiresApproval(boolean requiresApproval)
Sets 'requiresApproval'. It requires approval while creating repository- Parameters:
requiresApproval- Value of 'requiresApproval'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-