Package com.thed.model
Class TestStepResult
java.lang.Object
com.thed.model.TestStepResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Description: getter method for attribute idvoid
setComment
(String comment) void
setCyclePhaseId
(Long cyclePhaseId) void
setExecutionDate
(Date executionDate) void
Description: setter method for attribute idvoid
setReleaseTestScheduleId
(Long releaseTestScheduleId) void
void
setTestStepId
(Long testStepId)
-
Constructor Details
-
TestStepResult
public TestStepResult() -
TestStepResult
public TestStepResult(String comment, Long cyclePhaseId, long id, Long releaseTestScheduleId, String status, Long testStepId) - Parameters:
comment
-cyclePhaseId
-id
-releaseTestScheduleId
-status
-testStepId
-
-
-
Method Details
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status
- the status to set
-
getId
Description: getter method for attribute id- Returns:
- id
-
setId
Description: setter method for attribute id- Parameters:
id
-
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment
- the comment to set
-
getTestStepId
- Returns:
- the testStepId
-
setTestStepId
- Parameters:
testStepId
- the testStepId to set
-
getReleaseTestScheduleId
- Returns:
- the releaseTestScheduleId
-
setReleaseTestScheduleId
- Parameters:
releaseTestScheduleId
- the releaseTestScheduleId to set
-
getCyclePhaseId
- Returns:
- the cyclePhaseId
-
setCyclePhaseId
- Parameters:
cyclePhaseId
- the cyclePhaseId to set
-
getExecutionDate
-
setExecutionDate
-