br.eti.kinoshita.testlinkjavaapi.model
Class TestSuite
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestSuite
- All Implemented Interfaces:
- Serializable
public class TestSuite
- extends Object
- implements Serializable
- Since:
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
TestSuite
public TestSuite()
TestSuite
public TestSuite(Integer id,
Integer testProjectId,
String name,
String details,
Integer parentId,
Integer order,
Boolean checkDuplicatedName,
String actionOnDuplicatedName)
- Parameters:
id - testProjectId - name - details - parentId - order - checkDuplicatedName - actionOnDuplicatedName -
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
getTestProjectId
public Integer getTestProjectId()
- Returns:
- the testProjectId
setTestProjectId
public void setTestProjectId(Integer testProjectId)
- Parameters:
testProjectId - the testProjectId to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getDetails
public String getDetails()
- Returns:
- the details
setDetails
public void setDetails(String details)
- Parameters:
details - the details to set
getParentId
public Integer getParentId()
- Returns:
- the parentId
setParentId
public void setParentId(Integer parentId)
- Parameters:
parentId - the parentId to set
getOrder
public Integer getOrder()
- Returns:
- the order
setOrder
public void setOrder(Integer order)
- Parameters:
order - the order to set
getCheckDuplicatedName
public Boolean getCheckDuplicatedName()
- Returns:
- the checkDuplicatedName
setCheckDuplicatedName
public void setCheckDuplicatedName(Boolean checkDuplicatedName)
- Parameters:
checkDuplicatedName - the checkDuplicatedName to set
getActionOnDuplicatedName
public String getActionOnDuplicatedName()
- Returns:
- the actionOnDuplicatedName
setActionOnDuplicatedName
public void setActionOnDuplicatedName(String actionOnDuplicatedName)
- Parameters:
actionOnDuplicatedName - the actionOnDuplicatedName to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.