org.jactr.tools.async.message.command.breakpoint
Class ProductionCommand

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by org.jactr.tools.async.message.command.breakpoint.ProductionCommand
All Implemented Interfaces:
java.io.Serializable, IProductionCommand, ICommand, IMessage

public class ProductionCommand
extends BaseMessage
implements IProductionCommand

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jactr.tools.async.message.command.breakpoint.IProductionCommand
IProductionCommand.Action
 
Constructor Summary
ProductionCommand(java.lang.String model, java.lang.String production, IProductionCommand.Action action)
           
 
Method Summary
 IProductionCommand.Action getAction()
           
 java.lang.String getModelName()
           
 java.lang.String getProductionName()
           
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 

Constructor Detail

ProductionCommand

public ProductionCommand(java.lang.String model,
                         java.lang.String production,
                         IProductionCommand.Action action)
Method Detail

getAction

public IProductionCommand.Action getAction()
Specified by:
getAction in interface IProductionCommand

getModelName

public java.lang.String getModelName()
Specified by:
getModelName in interface IProductionCommand

getProductionName

public java.lang.String getProductionName()
Specified by:
getProductionName in interface IProductionCommand