org.drools.grid.internal.commands
Class SimpleCommand

java.lang.Object
  extended by org.drools.grid.internal.commands.SimpleCommand
All Implemented Interfaces:
Serializable

public class SimpleCommand
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleCommand(int id, SimpleCommandName name, List<Object> arguments)
           
 
Method Summary
 List<Object> getArguments()
           
 int getId()
           
 SimpleCommandName getName()
           
 void setArguments(List<Object> arguments)
           
 void setId(int id)
           
 void setName(SimpleCommandName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCommand

public SimpleCommand(int id,
                     SimpleCommandName name,
                     List<Object> arguments)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public SimpleCommandName getName()

setName

public void setName(SimpleCommandName name)

getArguments

public List<Object> getArguments()

setArguments

public void setArguments(List<Object> arguments)


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