br.eti.kinoshita.testlinkjavaapi.model
Class TestCase

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

public class TestCase
extends Object
implements Serializable

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

Constructor Summary
TestCase()
           
TestCase(Integer id, String name, Integer testSuiteId, Integer testProjectId, String authorLogin, String summary, List<TestCaseStep> steps, String preconditions, TestImportance testImportance, ExecutionType executionType, Integer executionOrder, Integer order, Integer internalId, Boolean checkDuplicatedName, String actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus)
           
 
Method Summary
 String getActionOnDuplicatedName()
           
 String getAuthorLogin()
           
 Boolean getCheckDuplicatedName()
           
 List<CustomField> getCustomFields()
           
 Integer getExecutionOrder()
           
 ExecutionStatus getExecutionStatus()
           
 ExecutionType getExecutionType()
           
 Integer getId()
           
 Integer getInternalId()
           
 String getName()
           
 Integer getOrder()
           
 Integer getParentId()
           
 String getPreconditions()
           
 List<TestCaseStep> getSteps()
           
 String getSummary()
           
 TestImportance getTestImportance()
           
 Integer getTestProjectId()
           
 Integer getTestSuiteId()
           
 Integer getVersion()
           
 Integer getVersionId()
           
 void setActionOnDuplicatedName(String actionOnDuplicatedName)
           
 void setAuthorLogin(String authorLogin)
           
 void setCheckDuplicatedName(Boolean checkDuplicatedName)
           
 void setCustomFields(List<CustomField> customFields)
           
 void setExecutionOrder(Integer executionOrder)
           
 void setExecutionStatus(ExecutionStatus executionStatus)
           
 void setExecutionType(ExecutionType executionType)
           
 void setId(Integer id)
           
 void setInternalId(Integer internalId)
           
 void setName(String name)
           
 void setOrder(Integer order)
           
 void setParentId(Integer parentId)
           
 void setPreconditions(String preconditions)
           
 void setSteps(List<TestCaseStep> steps)
           
 void setSummary(String summary)
           
 void setTestImportance(TestImportance testImportance)
           
 void setTestProjectId(Integer testProjectId)
           
 void setTestSuiteId(Integer testSuiteId)
           
 void setVersion(Integer version)
           
 void setVersionId(Integer versionId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCase

public TestCase()

TestCase

public TestCase(Integer id,
                String name,
                Integer testSuiteId,
                Integer testProjectId,
                String authorLogin,
                String summary,
                List<TestCaseStep> steps,
                String preconditions,
                TestImportance testImportance,
                ExecutionType executionType,
                Integer executionOrder,
                Integer order,
                Integer internalId,
                Boolean checkDuplicatedName,
                String actionOnDuplicatedName,
                Integer versionId,
                Integer version,
                Integer parentId,
                List<CustomField> customFields,
                ExecutionStatus executionStatus)
Parameters:
id -
name -
testSuiteId -
testProjectId -
authorLogin -
summary -
steps -
preconditions -
testImportance -
executionType -
executionOrder -
order -
internalId -
checkDuplicatedName -
actionOnDuplicatedName -
versionId -
version -
parentId -
customFields -
executionStatus -
Method Detail

getParentId

public Integer getParentId()
Returns:
the parentId

setParentId

public void setParentId(Integer parentId)
Parameters:
parentId - the parentId to set

getVersionId

public Integer getVersionId()
Returns:
the versionId

setVersionId

public void setVersionId(Integer versionId)
Parameters:
versionId - the versionId to set

getVersion

public Integer getVersion()
Returns:
the version

setVersion

public void setVersion(Integer version)
Parameters:
version - the version to set

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

getTestSuiteId

public Integer getTestSuiteId()
Returns:
the testSuiteId

setTestSuiteId

public void setTestSuiteId(Integer testSuiteId)
Parameters:
testSuiteId - the testSuiteId to set

getTestProjectId

public Integer getTestProjectId()
Returns:
the testProjectId

setTestProjectId

public void setTestProjectId(Integer testProjectId)
Parameters:
testProjectId - the testProjectId to set

getAuthorLogin

public String getAuthorLogin()
Returns:
the authorLogin

setAuthorLogin

public void setAuthorLogin(String authorLogin)
Parameters:
authorLogin - the authorLogin to set

getSummary

public String getSummary()
Returns:
the summary

setSummary

public void setSummary(String summary)
Parameters:
summary - the summary to set

getSteps

public List<TestCaseStep> getSteps()
Returns:
the steps

setSteps

public void setSteps(List<TestCaseStep> steps)
Parameters:
steps - the steps to set

getPreconditions

public String getPreconditions()
Returns:
the preconditions

setPreconditions

public void setPreconditions(String preconditions)
Parameters:
preconditions - the preconditions to set

getTestImportance

public TestImportance getTestImportance()
Returns:
the testImportance

setTestImportance

public void setTestImportance(TestImportance testImportance)
Parameters:
testImportance - the testImportance to set

getExecutionOrder

public Integer getExecutionOrder()
Returns:
the executionOrder

setExecutionOrder

public void setExecutionOrder(Integer executionOrder)
Parameters:
executionOrder - the executionOrder to set

getExecutionType

public ExecutionType getExecutionType()
Returns:
the executionType

setExecutionType

public void setExecutionType(ExecutionType executionType)
Parameters:
executionType - the executionType to set

getOrder

public Integer getOrder()
Returns:
the order

setOrder

public void setOrder(Integer order)
Parameters:
order - the order to set

getInternalId

public Integer getInternalId()
Returns:
the internalId

setInternalId

public void setInternalId(Integer internalId)
Parameters:
internalId - the internalId 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

getCustomFields

public List<CustomField> getCustomFields()
Returns:
the customFields

setCustomFields

public void setCustomFields(List<CustomField> customFields)
Parameters:
customFields - the customFields to set

getExecutionStatus

public ExecutionStatus getExecutionStatus()
Returns:
the executionStatus

setExecutionStatus

public void setExecutionStatus(ExecutionStatus executionStatus)
Parameters:
executionStatus - the executionStatus to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.