org.squashtest.csp.tm.domain.testautomation
Class AutomatedExecutionExtender
java.lang.Object
org.squashtest.csp.tm.domain.testautomation.AutomatedExecutionExtender
@Entity
public class AutomatedExecutionExtender
- extends Object
this was meant to be a subclass of Execution; that's what the business says. But Hibernate says that doing so would
trigger a bug. So we came with an extender instead.
- Author:
- bsiri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomatedExecutionExtender
public AutomatedExecutionExtender()
getId
public Long getId()
getExecution
public Execution getExecution()
setExecution
public void setExecution(Execution execution)
getAutomatedTest
public AutomatedTest getAutomatedTest()
setAutomatedTest
public void setAutomatedTest(AutomatedTest automatedTest)
getResultURL
public URL getResultURL()
setResultURL
public void setResultURL(URL resultURL)
getAutomatedSuite
public AutomatedSuite getAutomatedSuite()
setAutomatedSuite
public void setAutomatedSuite(AutomatedSuite automatedSuite)
getResultSummary
public String getResultSummary()
setResultSummary
public void setResultSummary(String resultSummary)
getLegalStatusSet
public Set<ExecutionStatus> getLegalStatusSet()
setExecutionStatus
public void setExecutionStatus(ExecutionStatus status)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.