br.eti.kinoshita.testlinkjavaapi.model
Class TestProject

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

public class TestProject
extends Object
implements Serializable

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

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

Constructor Detail

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