org.squashtest.csp.tm.domain.testautomation
Class AutomatedExecutionExtender

java.lang.Object
  extended by 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

Constructor Summary
AutomatedExecutionExtender()
           
 
Method Summary
 AutomatedSuite getAutomatedSuite()
           
 AutomatedTest getAutomatedTest()
           
 Execution getExecution()
           
 Long getId()
           
 Set<ExecutionStatus> getLegalStatusSet()
           
 String getResultSummary()
           
 URL getResultURL()
           
 void setAutomatedSuite(AutomatedSuite automatedSuite)
           
 void setAutomatedTest(AutomatedTest automatedTest)
           
 void setExecution(Execution execution)
           
 void setExecutionStatus(ExecutionStatus status)
           
 void setResultSummary(String resultSummary)
           
 void setResultURL(URL resultURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomatedExecutionExtender

public AutomatedExecutionExtender()
Method Detail

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.