br.eti.kinoshita.testlinkjavaapi.model
Class Execution
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.Execution
- All Implemented Interfaces:
- Serializable
public class Execution
- extends Object
- implements Serializable
- Author:
- Bruno P. Kinoshita
- See Also:
- Serialized Form
Execution
public Execution()
Execution
public Execution(Integer id,
Integer buildId,
Integer testerId,
ExecutionStatus status,
Integer testPlanId,
Integer testCaseVersionId,
Integer testCaseVersionNumber,
ExecutionType executionType,
String notes)
- Parameters:
id - buildId - testerId - status - testPlanId - testCaseVersionId - testCaseVersionNumber - executionType - notes -
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
getBuildId
public Integer getBuildId()
- Returns:
- the buildId
setBuildId
public void setBuildId(Integer buildId)
- Parameters:
buildId - the buildId to set
getTesterId
public Integer getTesterId()
- Returns:
- the testerId
setTesterId
public void setTesterId(Integer testerId)
- Parameters:
testerId - the testerId to set
getStatus
public ExecutionStatus getStatus()
- Returns:
- the status
setStatus
public void setStatus(ExecutionStatus status)
- Parameters:
status - the status to set
getTestPlanId
public Integer getTestPlanId()
- Returns:
- the testPlanId
setTestPlanId
public void setTestPlanId(Integer testPlanId)
- Parameters:
testPlanId - the testPlanId to set
getTestCaseVersionId
public Integer getTestCaseVersionId()
- Returns:
- the testCaseVersionId
setTestCaseVersionId
public void setTestCaseVersionId(Integer testCaseVersionId)
- Parameters:
testCaseVersionId - the testCaseVersionId to set
getTestCaseVersionNumber
public Integer getTestCaseVersionNumber()
- Returns:
- the testCaseVersionNumber
setTestCaseVersionNumber
public void setTestCaseVersionNumber(Integer testCaseVersionNumber)
- Parameters:
testCaseVersionNumber - the testCaseVersionNumber to set
getExecutionType
public ExecutionType getExecutionType()
- Returns:
- the executionType
setExecutionType
public void setExecutionType(ExecutionType executionType)
- Parameters:
executionType - the executionType to set
getNotes
public String getNotes()
- Returns:
- the notes
setNotes
public void setNotes(String notes)
- Parameters:
notes - the notes to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.