com.borland.tm.webservices.tmexecution
Class ExecutionResult

java.lang.Object
  extended by com.borland.tm.webservices.tmexecution.ExecutionResult
All Implemented Interfaces:
java.io.Serializable

public class ExecutionResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExecutionResult()
           
ExecutionResult(java.lang.String build, TestDefinitionResult cleanupTestDef, int execDefId, java.lang.String execDefName, java.lang.String execServerName, java.lang.String[] keywords, java.lang.String manualTester, TestDefinitionResult setupTestDef, TestDefinitionResult[] testDefResult)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBuild()
          Gets the build value for this ExecutionResult.
 TestDefinitionResult getCleanupTestDef()
          Gets the cleanupTestDef value for this ExecutionResult.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getExecDefId()
          Gets the execDefId value for this ExecutionResult.
 java.lang.String getExecDefName()
          Gets the execDefName value for this ExecutionResult.
 java.lang.String getExecServerName()
          Gets the execServerName value for this ExecutionResult.
 java.lang.String[] getKeywords()
          Gets the keywords value for this ExecutionResult.
 java.lang.String getManualTester()
          Gets the manualTester value for this ExecutionResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TestDefinitionResult getSetupTestDef()
          Gets the setupTestDef value for this ExecutionResult.
 TestDefinitionResult[] getTestDefResult()
          Gets the testDefResult value for this ExecutionResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBuild(java.lang.String build)
          Sets the build value for this ExecutionResult.
 void setCleanupTestDef(TestDefinitionResult cleanupTestDef)
          Sets the cleanupTestDef value for this ExecutionResult.
 void setExecDefId(int execDefId)
          Sets the execDefId value for this ExecutionResult.
 void setExecDefName(java.lang.String execDefName)
          Sets the execDefName value for this ExecutionResult.
 void setExecServerName(java.lang.String execServerName)
          Sets the execServerName value for this ExecutionResult.
 void setKeywords(java.lang.String[] keywords)
          Sets the keywords value for this ExecutionResult.
 void setManualTester(java.lang.String manualTester)
          Sets the manualTester value for this ExecutionResult.
 void setSetupTestDef(TestDefinitionResult setupTestDef)
          Sets the setupTestDef value for this ExecutionResult.
 void setTestDefResult(TestDefinitionResult[] testDefResult)
          Sets the testDefResult value for this ExecutionResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResult

public ExecutionResult()

ExecutionResult

public ExecutionResult(java.lang.String build,
                       TestDefinitionResult cleanupTestDef,
                       int execDefId,
                       java.lang.String execDefName,
                       java.lang.String execServerName,
                       java.lang.String[] keywords,
                       java.lang.String manualTester,
                       TestDefinitionResult setupTestDef,
                       TestDefinitionResult[] testDefResult)
Method Detail

getBuild

public java.lang.String getBuild()
Gets the build value for this ExecutionResult.

Returns:
build

setBuild

public void setBuild(java.lang.String build)
Sets the build value for this ExecutionResult.

Parameters:
build -

getCleanupTestDef

public TestDefinitionResult getCleanupTestDef()
Gets the cleanupTestDef value for this ExecutionResult.

Returns:
cleanupTestDef

setCleanupTestDef

public void setCleanupTestDef(TestDefinitionResult cleanupTestDef)
Sets the cleanupTestDef value for this ExecutionResult.

Parameters:
cleanupTestDef -

getExecDefId

public int getExecDefId()
Gets the execDefId value for this ExecutionResult.

Returns:
execDefId

setExecDefId

public void setExecDefId(int execDefId)
Sets the execDefId value for this ExecutionResult.

Parameters:
execDefId -

getExecDefName

public java.lang.String getExecDefName()
Gets the execDefName value for this ExecutionResult.

Returns:
execDefName

setExecDefName

public void setExecDefName(java.lang.String execDefName)
Sets the execDefName value for this ExecutionResult.

Parameters:
execDefName -

getExecServerName

public java.lang.String getExecServerName()
Gets the execServerName value for this ExecutionResult.

Returns:
execServerName

setExecServerName

public void setExecServerName(java.lang.String execServerName)
Sets the execServerName value for this ExecutionResult.

Parameters:
execServerName -

getKeywords

public java.lang.String[] getKeywords()
Gets the keywords value for this ExecutionResult.

Returns:
keywords

setKeywords

public void setKeywords(java.lang.String[] keywords)
Sets the keywords value for this ExecutionResult.

Parameters:
keywords -

getManualTester

public java.lang.String getManualTester()
Gets the manualTester value for this ExecutionResult.

Returns:
manualTester

setManualTester

public void setManualTester(java.lang.String manualTester)
Sets the manualTester value for this ExecutionResult.

Parameters:
manualTester -

getSetupTestDef

public TestDefinitionResult getSetupTestDef()
Gets the setupTestDef value for this ExecutionResult.

Returns:
setupTestDef

setSetupTestDef

public void setSetupTestDef(TestDefinitionResult setupTestDef)
Sets the setupTestDef value for this ExecutionResult.

Parameters:
setupTestDef -

getTestDefResult

public TestDefinitionResult[] getTestDefResult()
Gets the testDefResult value for this ExecutionResult.

Returns:
testDefResult

setTestDefResult

public void setTestDefResult(TestDefinitionResult[] testDefResult)
Sets the testDefResult value for this ExecutionResult.

Parameters:
testDefResult -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.