org.kuali.common.util.execute
Class ExecutableExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.ExecutableExecutable
All Implemented Interfaces:
Executable

public class ExecutableExecutable
extends Object
implements Executable

Execute the executable supplied to this bean


Constructor Summary
ExecutableExecutable()
           
 
Method Summary
 void execute()
           
 Executable getExecutable()
           
 boolean isSkip()
           
 void setExecutable(Executable executable)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutableExecutable

public ExecutableExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getExecutable

public Executable getExecutable()

setExecutable

public void setExecutable(Executable executable)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.