public class TestPlan extends Object implements Serializable
Constructor and Description |
---|
TestPlan()
Constructor.
|
TestPlan(Integer id,
String name,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic)
Constructor with parameters.
|
TestPlan(Integer id,
String name,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic,
List<CustomField> customFields)
Constructor with parameters.
|
Modifier and Type | Method and Description |
---|---|
List<CustomField> |
getCustomFields() |
Integer |
getId() |
String |
getName() |
String |
getNotes() |
String |
getProjectName() |
Boolean |
isActive() |
Boolean |
isPublic() |
void |
setActive(Boolean isActive) |
void |
setCustomFields(List<CustomField> customFields) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setProjectName(String projectName) |
void |
setPublic(Boolean isPublic) |
String |
toString() |
public TestPlan()
public TestPlan(Integer id, String name, String projectName, String notes, Boolean isActive, Boolean isPublic)
id
- IDname
- nameprojectName
- project namenotes
- notesisActive
- is active flagisPublic
- is public flagpublic TestPlan(Integer id, String name, String projectName, String notes, Boolean isActive, Boolean isPublic, List<CustomField> customFields)
id
- IDname
- nameprojectName
- project namenotes
- notesisActive
- is active flagisPublic
- is public flagcustomFields
- custom fieldspublic 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 setpublic List<CustomField> getCustomFields()
public void setCustomFields(List<CustomField> customFields)
customFields
- list of custom fieldsCopyright © 2010–2020. All rights reserved.