public class ALMTestStep
extends step.repositories.parser.AbstractStep
| Constructor and Description | 
|---|
ALMTestStep()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Integer | 
getCallToID()  | 
String | 
getExpected()  | 
String | 
getExpectedHtml()  | 
String | 
getId()  | 
String | 
getInput()  | 
String | 
getInputHtml()  | 
String | 
getName()  | 
ALMTestCase | 
getTestCase()  | 
int | 
hashCode()  | 
void | 
setCallToID(int callToID)  | 
void | 
setExpected(String expected)  | 
void | 
setExpectedHtml(String expectedHtml)  | 
void | 
setId(String id)  | 
void | 
setInput(String input)  | 
void | 
setInputHtml(String inputHtml)  | 
void | 
setName(String name)  | 
void | 
setTestCase(ALMTestCase testCase)  | 
String | 
toString()  | 
public String getId()
public void setId(String id)
public String getName()
getName in class step.repositories.parser.AbstractSteppublic void setName(String name)
setName in class step.repositories.parser.AbstractSteppublic String getInput()
public void setInput(String input)
public String getExpected()
public void setExpected(String expected)
public String getInputHtml()
public void setInputHtml(String inputHtml)
public String getExpectedHtml()
public void setExpectedHtml(String expectedHtml)
public Integer getCallToID()
public void setCallToID(int callToID)
public ALMTestCase getTestCase()
public void setTestCase(ALMTestCase testCase)
public String toString()
toString in class step.repositories.parser.AbstractStepCopyright © 2020. All rights reserved.