com.borland.sctm.ws.execution.entities
Class TestDefinitionResult

java.lang.Object
  extended by com.borland.sctm.ws.execution.entities.TestDefinitionResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TestDefinitionResult()
           
TestDefinitionResult(int duration, int errorCount, int execDefRunId, java.lang.String name, java.lang.String resultURL, int status, int testDefId, int testRunId, int typeId, int warningCount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDuration()
          Gets the duration value for this TestDefinitionResult.
 int getErrorCount()
          Gets the errorCount value for this TestDefinitionResult.
 int getExecDefRunId()
          Gets the execDefRunId value for this TestDefinitionResult.
 java.lang.String getName()
          Gets the name value for this TestDefinitionResult.
 java.lang.String getResultURL()
          Gets the resultURL value for this TestDefinitionResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus()
          Gets the status value for this TestDefinitionResult.
 int getTestDefId()
          Gets the testDefId value for this TestDefinitionResult.
 int getTestRunId()
          Gets the testRunId value for this TestDefinitionResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getTypeId()
          Gets the typeId value for this TestDefinitionResult.
 int getWarningCount()
          Gets the warningCount value for this TestDefinitionResult.
 int hashCode()
           
 void setDuration(int duration)
          Sets the duration value for this TestDefinitionResult.
 void setErrorCount(int errorCount)
          Sets the errorCount value for this TestDefinitionResult.
 void setExecDefRunId(int execDefRunId)
          Sets the execDefRunId value for this TestDefinitionResult.
 void setName(java.lang.String name)
          Sets the name value for this TestDefinitionResult.
 void setResultURL(java.lang.String resultURL)
          Sets the resultURL value for this TestDefinitionResult.
 void setStatus(int status)
          Sets the status value for this TestDefinitionResult.
 void setTestDefId(int testDefId)
          Sets the testDefId value for this TestDefinitionResult.
 void setTestRunId(int testRunId)
          Sets the testRunId value for this TestDefinitionResult.
 void setTypeId(int typeId)
          Sets the typeId value for this TestDefinitionResult.
 void setWarningCount(int warningCount)
          Sets the warningCount value for this TestDefinitionResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDefinitionResult

public TestDefinitionResult()

TestDefinitionResult

public TestDefinitionResult(int duration,
                            int errorCount,
                            int execDefRunId,
                            java.lang.String name,
                            java.lang.String resultURL,
                            int status,
                            int testDefId,
                            int testRunId,
                            int typeId,
                            int warningCount)
Method Detail

getDuration

public int getDuration()
Gets the duration value for this TestDefinitionResult.

Returns:
duration

setDuration

public void setDuration(int duration)
Sets the duration value for this TestDefinitionResult.

Parameters:
duration -

getErrorCount

public int getErrorCount()
Gets the errorCount value for this TestDefinitionResult.

Returns:
errorCount

setErrorCount

public void setErrorCount(int errorCount)
Sets the errorCount value for this TestDefinitionResult.

Parameters:
errorCount -

getExecDefRunId

public int getExecDefRunId()
Gets the execDefRunId value for this TestDefinitionResult.

Returns:
execDefRunId

setExecDefRunId

public void setExecDefRunId(int execDefRunId)
Sets the execDefRunId value for this TestDefinitionResult.

Parameters:
execDefRunId -

getName

public java.lang.String getName()
Gets the name value for this TestDefinitionResult.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this TestDefinitionResult.

Parameters:
name -

getResultURL

public java.lang.String getResultURL()
Gets the resultURL value for this TestDefinitionResult.

Returns:
resultURL

setResultURL

public void setResultURL(java.lang.String resultURL)
Sets the resultURL value for this TestDefinitionResult.

Parameters:
resultURL -

getStatus

public int getStatus()
Gets the status value for this TestDefinitionResult.

Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this TestDefinitionResult.

Parameters:
status -

getTestDefId

public int getTestDefId()
Gets the testDefId value for this TestDefinitionResult.

Returns:
testDefId

setTestDefId

public void setTestDefId(int testDefId)
Sets the testDefId value for this TestDefinitionResult.

Parameters:
testDefId -

getTestRunId

public int getTestRunId()
Gets the testRunId value for this TestDefinitionResult.

Returns:
testRunId

setTestRunId

public void setTestRunId(int testRunId)
Sets the testRunId value for this TestDefinitionResult.

Parameters:
testRunId -

getTypeId

public int getTypeId()
Gets the typeId value for this TestDefinitionResult.

Returns:
typeId

setTypeId

public void setTypeId(int typeId)
Sets the typeId value for this TestDefinitionResult.

Parameters:
typeId -

getWarningCount

public int getWarningCount()
Gets the warningCount value for this TestDefinitionResult.

Returns:
warningCount

setWarningCount

public void setWarningCount(int warningCount)
Sets the warningCount value for this TestDefinitionResult.

Parameters:
warningCount -

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 © 2010. All Rights Reserved.