Package com.ads.api.beans.tm
Class TestCaseValidationStep
java.lang.Object
com.ads.api.beans.tm.TestCaseValidationStep
This class provides some beans control methods related to TestCase ValidationStep, stepName, its Description, Status, ExpectedResult, ActualResult and AuditHistory Details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the actualResult.Returns the comments.Returns the CreatedBy.Returns the createdDate.Returns the Description.Returns the ExpectedResult.Returns the ExternalStepId.Returns the ModifiedBy.Returns the modifiedDate.Returns the Status.intReturns the StatusId.Returns the the stepName.intReturns the stepNumber.Returns the testCaseId.intReturns the validationStepId.Returns the validationStepType.intReturns the validationStepTypeId.voidsetActualResult(String actualResult) ActualResult is set as specified ActualResult.voidsetComments(String comments) Comments is set as specified Comments.voidsetCreatedBy(String createdBy) CreatedBy is set as specified createdBy.voidsetCreatedDate(String createdDate) createdDate is set as specified createdDate.voidsetDescription(String description) Description is set as specified Description.voidsetExpectedResult(String expectedResult) ExpectedResult is set as specified expectedResult.voidsetExternalStepId(String externalStepId) ExternalStepId is set as specified ExternalStepId.voidsetModifiedBy(String modifiedBy) modifiedBy is set as specified modifiedBy.voidsetModifiedDate(String modifiedDate) modifiedDate is set as specified modifiedDate.voidStatus is set as specified Status.voidsetStepName(String StepName) StepName is set as the specified StepName.voidsetStepNumber(int stepNumber) stepNumber is set as specified stepNumber.voidsetTestCaseId(String testCaseId) TestCaseId is set as the specified testCaseId.voidsetValidationStepId(int validationStepId) ValidationStepId is set as specified ValidationStepId.voidsetValidationStepType(String validationStepType) validationStepType is set as the specified validationStepType.
-
Constructor Details
-
TestCaseValidationStep
public TestCaseValidationStep()
-
-
Method Details
-
getTestCaseId
Returns the testCaseId.- Returns:
- String
-
setTestCaseId
TestCaseId is set as the specified testCaseId.- Parameters:
testCaseId- String
-
getValidationStepId
public int getValidationStepId()Returns the validationStepId.- Returns:
- String
-
setValidationStepId
public void setValidationStepId(int validationStepId) ValidationStepId is set as specified ValidationStepId.- Parameters:
validationStepId- String
-
getValidationStepType
Returns the validationStepType.- Returns:
- String
-
getValidationStepTypeId
public int getValidationStepTypeId()Returns the validationStepTypeId.
TEST_CASE_VALIDATAION_STEP can be TEST_CASE_VALIDATAION_STEP, AMM_OBJECT_TYPES, TEST_CASE_STATUS.- Returns:
- int
-
setValidationStepType
validationStepType is set as the specified validationStepType.- Parameters:
validationStepType- String
-
getStepName
Returns the the stepName.- Returns:
- String
-
setStepName
StepName is set as the specified StepName.- Parameters:
StepName- String
-
getDescription
Returns the Description.- Returns:
- String
-
setDescription
Description is set as specified Description.- Parameters:
description- String
-
getComments
Returns the comments.- Returns:
- String
-
setComments
Comments is set as specified Comments.- Parameters:
comments- String
-
getCreatedBy
Returns the CreatedBy.- Returns:
- String
-
setCreatedBy
CreatedBy is set as specified createdBy.- Parameters:
createdBy- String
-
getCreatedDate
Returns the createdDate.- Returns:
- String
-
setCreatedDate
createdDate is set as specified createdDate.- Parameters:
createdDate- String
-
getModifiedBy
Returns the ModifiedBy.- Returns:
- String
-
setModifiedBy
modifiedBy is set as specified modifiedBy.- Parameters:
modifiedBy- String
-
getModifiedDate
Returns the modifiedDate.- Returns:
- String
-
setModifiedDate
modifiedDate is set as specified modifiedDate.- Parameters:
modifiedDate- String
-
getStatus
Returns the Status.- Returns:
- String
-
setStatus
Status is set as specified Status.- Parameters:
status- String
-
getStatusId
public int getStatusId()Returns the StatusId.
TEST_CASE_STATUS can be TEST_CASE_VALIDATAION_STEP, AMM_OBJECT_TYPES, TEST_CASE_STATUS- Returns:
- int
-
getExpectedResult
Returns the ExpectedResult.- Returns:
- String
-
setExpectedResult
ExpectedResult is set as specified expectedResult.- Parameters:
expectedResult- String
-
getActualResult
Returns the actualResult.- Returns:
- String
-
setActualResult
ActualResult is set as specified ActualResult.- Parameters:
actualResult- String
-
getExternalStepId
Returns the ExternalStepId.- Returns:
- String
-
setExternalStepId
ExternalStepId is set as specified ExternalStepId.- Parameters:
externalStepId- String
-
getStepNumber
public int getStepNumber()Returns the stepNumber.- Returns:
- int
-
setStepNumber
public void setStepNumber(int stepNumber) stepNumber is set as specified stepNumber.- Parameters:
stepNumber- int
-