|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.borland.tm.webservices.tmplanning.entities.ManualTestStep
public class ManualTestStep
| 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 |
|---|
public ManualTestStep()
public ManualTestStep(int stepPos,
java.lang.String name,
java.lang.String description,
java.lang.String expectedResult,
CustomStepProperty[] properties)
| Method Detail |
|---|
public int getStepPos()
public void setStepPos(int stepPos)
stepPos - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getExpectedResult()
public void setExpectedResult(java.lang.String expectedResult)
expectedResult - public CustomStepProperty[] getProperties()
public void setProperties(CustomStepProperty[] properties)
properties - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||