br.eti.kinoshita.testlinkjavaapi.model
Class TestPlan

Package class diagram package TestPlan
java.lang.Object
  extended by br.eti.kinoshita.testlinkjavaapi.model.TestPlan
All Implemented Interfaces:
Serializable

public class TestPlan
extends Object
implements Serializable

Since:
1.9.0-1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
TestPlan()
           
TestPlan(Integer id, String name, String projectName, String notes, Boolean isActive, Boolean isPublic)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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-2011 the testlink-java-api team-2011. All Rights Reserved.