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

java.lang.Object
  extended by com.borland.tm.webservices.tmplanning.entities.ManualTestStep
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ManualTestStep()
           
ManualTestStep(int stepPos, java.lang.String name, java.lang.String description, java.lang.String expectedResult, CustomStepProperty[] properties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this ManualTestStep.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExpectedResult()
          Gets the expectedResult value for this ManualTestStep.
 java.lang.String getName()
          Gets the name value for this ManualTestStep.
 CustomStepProperty[] getProperties()
          Gets the properties value for this ManualTestStep.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStepPos()
          Gets the stepPos value for this ManualTestStep.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this ManualTestStep.
 void setExpectedResult(java.lang.String expectedResult)
          Sets the expectedResult value for this ManualTestStep.
 void setName(java.lang.String name)
          Sets the name value for this ManualTestStep.
 void setProperties(CustomStepProperty[] properties)
          Sets the properties value for this ManualTestStep.
 void setStepPos(int stepPos)
          Sets the stepPos value for this ManualTestStep.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManualTestStep

public ManualTestStep()

ManualTestStep

public ManualTestStep(int stepPos,
                      java.lang.String name,
                      java.lang.String description,
                      java.lang.String expectedResult,
                      CustomStepProperty[] properties)
Method Detail

getStepPos

public int getStepPos()
Gets the stepPos value for this ManualTestStep.

Returns:
stepPos

setStepPos

public void setStepPos(int stepPos)
Sets the stepPos value for this ManualTestStep.

Parameters:
stepPos -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this ManualTestStep.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ManualTestStep.

Parameters:
description -

getExpectedResult

public java.lang.String getExpectedResult()
Gets the expectedResult value for this ManualTestStep.

Returns:
expectedResult

setExpectedResult

public void setExpectedResult(java.lang.String expectedResult)
Sets the expectedResult value for this ManualTestStep.

Parameters:
expectedResult -

getProperties

public CustomStepProperty[] getProperties()
Gets the properties value for this ManualTestStep.

Returns:
properties

setProperties

public void setProperties(CustomStepProperty[] properties)
Sets the properties value for this ManualTestStep.

Parameters:
properties -

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.