br.eti.kinoshita.testlinkjavaapi.model
Class TestProject
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestProject
- All Implemented Interfaces:
- Serializable
public class TestProject
- extends Object
- implements Serializable
- Since:
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
TestProject
public TestProject()
TestProject
public TestProject(Integer id,
String name,
String prefix,
String notes,
Boolean enableRequirements,
Boolean enableTestPriority,
Boolean enableAutomation,
Boolean enableInventory,
Boolean isActive,
Boolean isPublic)
- Parameters:
id - name - prefix - notes - enableRequirements - enableTestPriority - enableAutomation - enableInventory - isActive - isPublic -
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the projectName
setName
public void setName(String name)
- Parameters:
name - the projectName to set
getPrefix
public String getPrefix()
- Returns:
- the prefix
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix - the prefix to set
getNotes
public String getNotes()
- Returns:
- the notes
setNotes
public void setNotes(String notes)
- Parameters:
notes - the notes to set
isEnableRequirements
public Boolean isEnableRequirements()
- Returns:
- the enableRequirements
setEnableRequirements
public void setEnableRequirements(Boolean enableRequirements)
- Parameters:
enableRequirements - the enableRequirements to set
isEnableTestPriority
public Boolean isEnableTestPriority()
- Returns:
- the enableTestPriority
setEnableTestPriority
public void setEnableTestPriority(Boolean enableTestPriority)
- Parameters:
enableTestPriority - the enableTestPriority to set
isEnableAutomation
public Boolean isEnableAutomation()
- Returns:
- the enableAutomation
setEnableAutomation
public void setEnableAutomation(Boolean enableAutomation)
- Parameters:
enableAutomation - the enableAutomation to set
isEnableInventory
public Boolean isEnableInventory()
- Returns:
- the enableInventory
setEnableInventory
public void setEnableInventory(Boolean enableInventory)
- Parameters:
enableInventory - the enableInventory to set
isActive
public Boolean isActive()
- Returns:
- the isActive
setActive
public void setActive(Boolean isActive)
- Parameters:
isActive - the isActive to set
isPublic
public Boolean isPublic()
- Returns:
- the isPublic
setPublic
public void setPublic(Boolean isPublic)
- Parameters:
isPublic - the isPublic to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.