com.borland.tm.webservices.tmplanning.entities
Class TestDefinitionResult

java.lang.Object
  extended by com.borland.tm.webservices.tmplanning.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 errors, int id, java.lang.String name, int status, int testRunId, java.lang.String type, int typeId, int warnings)
           
 
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 getErrors()
          Gets the errors value for this TestDefinitionResult.
 int getId()
          Gets the id value for this TestDefinitionResult.
 java.lang.String getName()
          Gets the name 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 getTestRunId()
          Gets the testRunId value for this TestDefinitionResult.
 java.lang.String getType()
          Gets the type 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 getWarnings()
          Gets the warnings value for this TestDefinitionResult.
 int hashCode()
           
 void setDuration(int duration)
          Sets the duration value for this TestDefinitionResult.
 void setErrors(int errors)
          Sets the errors value for this TestDefinitionResult.
 void setId(int id)
          Sets the id value for this TestDefinitionResult.
 void setName(java.lang.String name)
          Sets the name value for this TestDefinitionResult.
 void setStatus(int status)
          Sets the status value for this TestDefinitionResult.
 void setTestRunId(int testRunId)
          Sets the testRunId value for this TestDefinitionResult.
 void setType(java.lang.String type)
          Sets the type value for this TestDefinitionResult.
 void setTypeId(int typeId)
          Sets the typeId value for this TestDefinitionResult.
 void setWarnings(int warnings)
          Sets the warnings 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 errors,
                            int id,
                            java.lang.String name,
                            int status,
                            int testRunId,
                            java.lang.String type,
                            int typeId,
                            int warnings)
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 -

getErrors

public int getErrors()
Gets the errors value for this TestDefinitionResult.

Returns:
errors

setErrors

public void setErrors(int errors)
Sets the errors value for this TestDefinitionResult.

Parameters:
errors -

getId

public int getId()
Gets the id value for this TestDefinitionResult.

Returns:
id

setId

public void setId(int id)
Sets the id value for this TestDefinitionResult.

Parameters:
id -

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 -

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 -

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 -

getType

public java.lang.String getType()
Gets the type value for this TestDefinitionResult.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this TestDefinitionResult.

Parameters:
type -

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 -

getWarnings

public int getWarnings()
Gets the warnings value for this TestDefinitionResult.

Returns:
warnings

setWarnings

public void setWarnings(int warnings)
Sets the warnings value for this TestDefinitionResult.

Parameters:
warnings -

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.