public class TestPlan extends Object implements Serializable
| Constructor and Description |
|---|
TestPlan() |
TestPlan(Integer id,
String name,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getName() |
String |
getNotes() |
String |
getProjectName() |
Boolean |
isActive() |
Boolean |
isPublic() |
void |
setActive(Boolean isActive) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setProjectName(String projectName) |
void |
setPublic(Boolean isPublic) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getProjectName()
public void setProjectName(String projectName)
projectName - the projectName to setpublic String getNotes()
public void setNotes(String notes)
notes - the notes to setpublic Boolean isActive()
public void setActive(Boolean isActive)
isActive - the isActive to setpublic Boolean isPublic()
public void setPublic(Boolean isPublic)
isPublic - the isPublic to setCopyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.