org.unitils.dbmaintainer.script
Class ExecutedScript

java.lang.Object
  extended by org.unitils.dbmaintainer.script.ExecutedScript

public class ExecutedScript
extends Object

Author:
Filip Neven, Tim Ducheyne

Constructor Summary
ExecutedScript(Script script, Date executedAt, Boolean successful)
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getExecutedAt()
           
 Script getScript()
           
 int hashCode()
           
 Boolean isSucceeded()
           
 void setSuccessful(Boolean successful)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutedScript

public ExecutedScript(Script script,
                      Date executedAt,
                      Boolean successful)
Method Detail

getScript

public Script getScript()

getExecutedAt

public Date getExecutedAt()

isSucceeded

public Boolean isSucceeded()

setSuccessful

public void setSuccessful(Boolean successful)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.