Package com.storedobject.ui.inventory
Class CreateConsignment<C extends Consignment>
java.lang.Object
com.storedobject.ui.inventory.CreateConsignment<C>
- All Implemented Interfaces:
Executable,Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()The functional interface method specified by this interface.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
CreateConsignment
-
-
Method Details
-
execute
public void execute()Description copied from interface:ExecutableThe functional interface method specified by this interface.- Specified by:
executein interfaceExecutable
-