br.eti.kinoshita.testlinkjavaapi.model
public class TestCase extends Object implements Serializable
| Constructor and Description |
|---|
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,
String fullExternalId,
Boolean checkDuplicatedName,
ActionOnDuplicate actionOnDuplicatedName,
Integer versionId,
Integer version,
Integer parentId,
List<CustomField> customFields,
ExecutionStatus executionStatus,
Platform platform,
Integer featureId)
Constructor with args.
|
public 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, String fullExternalId, Boolean checkDuplicatedName, ActionOnDuplicate actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus, Platform platform, Integer featureId)
id - name - testSuiteId - testProjectId - authorLogin - summary - steps - preconditions - testImportance - executionType - executionOrder - order - internalId - fullExternalId - checkDuplicatedName - actionOnDuplicatedName - versionId - version - parentId - customFields - executionStatus - plataform - featureId - public Integer getParentId()
public void setParentId(Integer parentId)
parentId - the parentId to setpublic Integer getVersionId()
public void setVersionId(Integer versionId)
versionId - the versionId to setpublic Integer getVersion()
public void setVersion(Integer version)
version - the version to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic Integer getTestSuiteId()
public void setTestSuiteId(Integer testSuiteId)
testSuiteId - the testSuiteId to setpublic Integer getTestProjectId()
public void setTestProjectId(Integer testProjectId)
testProjectId - the testProjectId to setpublic String getAuthorLogin()
public void setAuthorLogin(String authorLogin)
authorLogin - the authorLogin to setpublic String getSummary()
public void setSummary(String summary)
summary - the summary to setpublic List<TestCaseStep> getSteps()
public void setSteps(List<TestCaseStep> steps)
steps - the steps to setpublic String getPreconditions()
public void setPreconditions(String preconditions)
preconditions - the preconditions to setpublic TestImportance getTestImportance()
public void setTestImportance(TestImportance testImportance)
testImportance - the testImportance to setpublic Integer getExecutionOrder()
public void setExecutionOrder(Integer executionOrder)
executionOrder - the executionOrder to setpublic ExecutionType getExecutionType()
public void setExecutionType(ExecutionType executionType)
executionType - the executionType to setpublic Integer getOrder()
public void setOrder(Integer order)
order - the order to setpublic Integer getInternalId()
public void setInternalId(Integer internalId)
internalId - the internalId to setpublic String getFullExternalId()
public void setFullExternalId(String fullExternalId)
fullExternalId - the full externalId to setpublic Boolean getCheckDuplicatedName()
public void setCheckDuplicatedName(Boolean checkDuplicatedName)
checkDuplicatedName - the checkDuplicatedName to setpublic ActionOnDuplicate getActionOnDuplicatedName()
public void setActionOnDuplicatedName(ActionOnDuplicate actionOnDuplicatedName)
actionOnDuplicatedName - the actionOnDuplicatedName to setpublic List<CustomField> getCustomFields()
public void setCustomFields(List<CustomField> customFields)
customFields - the customFields to setpublic ExecutionStatus getExecutionStatus()
public void setExecutionStatus(ExecutionStatus executionStatus)
executionStatus - the executionStatus to setpublic Platform getPlatform()
public void setPlatform(Platform platform)
platform - the platform to setpublic Integer getFeatureId()
public void setFeatureId(Integer featureId)
featureId - the featureId to setCopyright © 2010-2011 the testlink-java-api team-2013. All Rights Reserved.