public class LocatorDTO extends Object
| 构造器和说明 |
|---|
LocatorDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCaseId() |
int |
getId() |
String |
getLocatorData() |
String |
getLocatorDataName() |
LocatorType |
getLocatorType() |
void |
setCaseId(int caseId) |
void |
setId(int id) |
void |
setLocatorData(String locatorData) |
void |
setLocatorDataName(String locatorDataName) |
void |
setLocatorType(LocatorType locatorType) |
public int getId()
public void setId(int id)
public int getCaseId()
public void setCaseId(int caseId)
@NotBlank(message="\u5b9a\u4f4d\u4fe1\u606f\u7684\u6807\u8bc6\u4e0d\u80fd\u4e3a\u7a7a") public String getLocatorDataName()
public void setLocatorDataName(String locatorDataName)
@NotBlank(message="\u5b9a\u4f4d\u4fe1\u606f\u7684\u6570\u636e\u4e0d\u80fd\u4e3a\u7a7a") public String getLocatorData()
public void setLocatorData(String locatorData)
public LocatorType getLocatorType()
public void setLocatorType(LocatorType locatorType)
Copyright © 2015. All rights reserved.