br.eti.kinoshita.testlinkjavaapi.model
Class TestPlan
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestPlan
- All Implemented Interfaces:
- Serializable
public class TestPlan
- extends Object
- implements Serializable
- Since:
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
TestPlan
public TestPlan()
TestPlan
public TestPlan(Integer id,
String name,
String projectName,
String notes,
Boolean isActive,
Boolean isPublic)
- Parameters:
id - name - projectName - notes - 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 name
setName
public void setName(String name)
- Parameters:
name - the name to set
getProjectName
public String getProjectName()
- Returns:
- the projectName
setProjectName
public void setProjectName(String projectName)
- Parameters:
projectName - the projectName to set
getNotes
public String getNotes()
- Returns:
- the notes
setNotes
public void setNotes(String notes)
- Parameters:
notes - the notes 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.