org.drools.guvnor.shared.simulation.command
Class AbstractCommandModel

java.lang.Object
  extended by org.drools.guvnor.shared.simulation.command.AbstractCommandModel
All Implemented Interfaces:
Serializable, PortableObject
Direct Known Subclasses:
AssertBulkDataCommandModel, FireAllRulesCommandModel, InsertBulkDataCommandModel

public abstract class AbstractCommandModel
extends Object
implements PortableObject

This is a DTO.

See Also:
Serialized Form

Field Summary
protected  SimulationStepModel step
           
 
Constructor Summary
protected AbstractCommandModel()
           
protected AbstractCommandModel(SimulationStepModel step)
           
 
Method Summary
 SimulationStepModel getStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

step

protected SimulationStepModel step
Constructor Detail

AbstractCommandModel

protected AbstractCommandModel()

AbstractCommandModel

protected AbstractCommandModel(SimulationStepModel step)
Method Detail

getStep

public SimulationStepModel getStep()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.