public class TestProject extends Object implements Serializable
Constructor and Description |
---|
TestProject() |
TestProject(Integer id,
String name,
String prefix,
String notes,
Boolean enableRequirements,
Boolean enableTestPriority,
Boolean enableAutomation,
Boolean enableInventory,
Boolean isActive,
Boolean isPublic) |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
String |
getName() |
String |
getNotes() |
String |
getPrefix() |
Boolean |
isActive() |
Boolean |
isEnableAutomation() |
Boolean |
isEnableInventory() |
Boolean |
isEnableRequirements() |
Boolean |
isEnableTestPriority() |
Boolean |
isPublic() |
void |
setActive(Boolean isActive) |
void |
setEnableAutomation(Boolean enableAutomation) |
void |
setEnableInventory(Boolean enableInventory) |
void |
setEnableRequirements(Boolean enableRequirements) |
void |
setEnableTestPriority(Boolean enableTestPriority) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setPrefix(String prefix) |
void |
setPublic(Boolean isPublic) |
String |
toString()
Print the test project properties.
|
public TestProject()
public TestProject(Integer id, String name, String prefix, String notes, Boolean enableRequirements, Boolean enableTestPriority, Boolean enableAutomation, Boolean enableInventory, Boolean isActive, Boolean isPublic)
id
- IDname
- nameprefix
- prefixnotes
- notesenableRequirements
- enable requirements flagenableTestPriority
- enable test priority flagenableAutomation
- enable automation flagenableInventory
- enable inventory flagisActive
- is active flagisPublic
- is public flagpublic Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the projectName to setpublic String getPrefix()
public void setPrefix(String prefix)
prefix
- the prefix to setpublic String getNotes()
public void setNotes(String notes)
notes
- the notes to setpublic Boolean isEnableRequirements()
public void setEnableRequirements(Boolean enableRequirements)
enableRequirements
- the enableRequirements to setpublic Boolean isEnableTestPriority()
public void setEnableTestPriority(Boolean enableTestPriority)
enableTestPriority
- the enableTestPriority to setpublic Boolean isEnableAutomation()
public void setEnableAutomation(Boolean enableAutomation)
enableAutomation
- the enableAutomation to setpublic Boolean isEnableInventory()
public void setEnableInventory(Boolean enableInventory)
enableInventory
- the enableInventory 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–2020. All rights reserved.