public class TestSuiteModel.Variable extends Object
Constructor and Description |
---|
Variable(String identifier,
String content,
String description,
IPath path) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getDescription() |
String |
getName() |
IPath |
getPath() |
void |
setContent(String content) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPath(IPath path) |
public String getContent()
public String getDescription()
public String getName()
public IPath getPath()
public void setName(String name)
public void setDescription(String description)
public void setContent(String content)
public void setPath(IPath path)