Package com.thed.model
Class AutomationScriptJobDTO
java.lang.Object
com.thed.model.AutomationScriptJobDTO
Created by abhishek.kumar on 8/19/2020.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAutomationFramework
(String automationFramework) void
setCreatedBy
(Long createdBy) void
setCreatedOn
(Date createdOn) void
void
setIsDeleted
(Boolean isDeleted) void
setIsParseResultFile
(Boolean isParseResultFile) void
setModifiedBy
(Long modifiedBy) void
setModifiedOn
(Date modifiedOn) void
setParameter
(String parameter) void
setParserTemplate
(String parserTemplate) void
setProjectId
(Long projectId) void
setReleaseId
(Long releaseId) void
setResultPath
(String resultPath) void
setScriptJobDescription
(String scriptJobDescription) void
setScriptJobName
(String scriptJobName) void
setScriptPath
(String scriptPath) void
setZbotAgentMachine
(String zbotAgentMachine)
-
Constructor Details
-
AutomationScriptJobDTO
public AutomationScriptJobDTO()
-
-
Method Details
-
getId
-
setId
-
getProjectId
-
setProjectId
-
getReleaseId
-
setReleaseId
-
getScriptJobName
-
setScriptJobName
-
getScriptJobDescription
-
setScriptJobDescription
-
getScriptPath
-
setScriptPath
-
getParameter
-
setParameter
-
getIsParseResultFile
-
setIsParseResultFile
-
getResultPath
-
setResultPath
-
getAutomationFramework
-
setAutomationFramework
-
getZbotAgentMachine
-
setZbotAgentMachine
-
getIsDeleted
-
setIsDeleted
-
getCreatedBy
-
setCreatedBy
-
getModifiedBy
-
setModifiedBy
-
getCreatedOn
-
setCreatedOn
-
getModifiedOn
-
setModifiedOn
-
getParserTemplate
-
setParserTemplate
-