br.eti.kinoshita.testlinkjavaapi.model
Class TestCase
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.TestCase
- All Implemented Interfaces:
- java.io.Serializable
public class TestCase
- 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 |
TestCase()
|
TestCase(java.lang.Integer id,
java.lang.String name,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance testImportance,
ExecutionType executionType,
java.lang.Integer executionOrder,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.String actionOnDuplicatedName,
java.lang.Integer versionId,
java.lang.Integer version,
java.lang.Integer parentId,
java.util.List<CustomField> customFields,
ExecutionStatus executionStatus)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TestCase
public TestCase()
TestCase
public TestCase(java.lang.Integer id,
java.lang.String name,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance testImportance,
ExecutionType executionType,
java.lang.Integer executionOrder,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.String actionOnDuplicatedName,
java.lang.Integer versionId,
java.lang.Integer version,
java.lang.Integer parentId,
java.util.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 -
getParentId
public java.lang.Integer getParentId()
- Returns:
- the parentId
setParentId
public void setParentId(java.lang.Integer parentId)
- Parameters:
parentId - the parentId to set
getVersionId
public java.lang.Integer getVersionId()
- Returns:
- the versionId
setVersionId
public void setVersionId(java.lang.Integer versionId)
- Parameters:
versionId - the versionId to set
getVersion
public java.lang.Integer getVersion()
- Returns:
- the version
setVersion
public void setVersion(java.lang.Integer version)
- Parameters:
version - the version to set
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 name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getTestSuiteId
public java.lang.Integer getTestSuiteId()
- Returns:
- the testSuiteId
setTestSuiteId
public void setTestSuiteId(java.lang.Integer testSuiteId)
- Parameters:
testSuiteId - the testSuiteId to set
getTestProjectId
public java.lang.Integer getTestProjectId()
- Returns:
- the testProjectId
setTestProjectId
public void setTestProjectId(java.lang.Integer testProjectId)
- Parameters:
testProjectId - the testProjectId to set
getAuthorLogin
public java.lang.String getAuthorLogin()
- Returns:
- the authorLogin
setAuthorLogin
public void setAuthorLogin(java.lang.String authorLogin)
- Parameters:
authorLogin - the authorLogin to set
getSummary
public java.lang.String getSummary()
- Returns:
- the summary
setSummary
public void setSummary(java.lang.String summary)
- Parameters:
summary - the summary to set
getSteps
public java.util.List<TestCaseStep> getSteps()
- Returns:
- the steps
setSteps
public void setSteps(java.util.List<TestCaseStep> steps)
- Parameters:
steps - the steps to set
getPreconditions
public java.lang.String getPreconditions()
- Returns:
- the preconditions
setPreconditions
public void setPreconditions(java.lang.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 java.lang.Integer getExecutionOrder()
- Returns:
- the executionOrder
setExecutionOrder
public void setExecutionOrder(java.lang.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 java.lang.Integer getOrder()
- Returns:
- the order
setOrder
public void setOrder(java.lang.Integer order)
- Parameters:
order - the order to set
getInternalId
public java.lang.Integer getInternalId()
- Returns:
- the internalId
setInternalId
public void setInternalId(java.lang.Integer internalId)
- Parameters:
internalId - the internalId to set
getCheckDuplicatedName
public java.lang.Boolean getCheckDuplicatedName()
- Returns:
- the checkDuplicatedName
setCheckDuplicatedName
public void setCheckDuplicatedName(java.lang.Boolean checkDuplicatedName)
- Parameters:
checkDuplicatedName - the checkDuplicatedName to set
getActionOnDuplicatedName
public java.lang.String getActionOnDuplicatedName()
- Returns:
- the actionOnDuplicatedName
setActionOnDuplicatedName
public void setActionOnDuplicatedName(java.lang.String actionOnDuplicatedName)
- Parameters:
actionOnDuplicatedName - the actionOnDuplicatedName to set
getCustomFields
public java.util.List<CustomField> getCustomFields()
- Returns:
- the customFields
setCustomFields
public void setCustomFields(java.util.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.