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