public static final class ExportModel.TestStepModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ExportModel.TestStepModel> |
COMPARATOR |
| Constructor and Description |
|---|
ExportModel.TestStepModel(long tcOwnerId,
long id,
int order,
Integer isCallStep,
String action,
String result,
Long nbReq,
Long nbAttach,
String calledDsName,
Integer delegateParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCuf(ExportModel.CustomField cuf) |
String |
getAction() |
List<ExportModel.CustomField> |
getCufs() |
String |
getDsName() |
long |
getId() |
Integer |
getIsCallStep() |
Long |
getNbAttach() |
Long |
getNbReq() |
int |
getOrder() |
String |
getResult() |
long |
getTcOwnerId() |
String |
getTcOwnerPath() |
void |
setAction(String action) |
void |
setId(long id) |
void |
setIsCallStep(Integer isCallStep) |
void |
setNbAttach(Long nbAttach) |
void |
setNbReq(Long nbReq) |
void |
setOrder(int order) |
void |
setResult(String result) |
void |
setTcOwnerId(long tcOwnerId) |
void |
setTcOwnerPath(String tcOwnerPath) |
public static final Comparator<ExportModel.TestStepModel> COMPARATOR
public String getTcOwnerPath()
public void setTcOwnerPath(String tcOwnerPath)
public long getTcOwnerId()
public void setTcOwnerId(long tcOwnerId)
public long getId()
public void setId(long id)
public int getOrder()
public void setOrder(int order)
public Integer getIsCallStep()
public void setIsCallStep(Integer isCallStep)
public String getAction()
public void setAction(String action)
public String getResult()
public void setResult(String result)
public Long getNbReq()
public void setNbReq(Long nbReq)
public Long getNbAttach()
public void setNbAttach(Long nbAttach)
public void addCuf(ExportModel.CustomField cuf)
public List<ExportModel.CustomField> getCufs()
public String getDsName()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.