public class TestStep extends Object
Constructor and Description |
---|
TestStep() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
int |
getOrderId() |
String |
getResult() |
String |
getStep() |
void |
setId(String id) |
void |
setOrderId(int orderId) |
void |
setResult(String result) |
void |
setStep(String step) |
public String getId()
public void setId(String id)
public String getStep()
public void setStep(String step)
public String getResult()
public void setResult(String result)
public int getOrderId()
public void setOrderId(int orderId)
Copyright © 2020. All rights reserved.