org.almendra.janet.cas.handlers
Class CommandEnvelopeParams

java.lang.Object
  extended by org.almendra.commons.events.AbstractEventParams
      extended by org.almendra.janet.cas.handlers.CommandEnvelopeParams
All Implemented Interfaces:
java.io.Serializable, IEventParams

public class CommandEnvelopeParams
extends AbstractEventParams

See Also:
Serialized Form

Field Summary
protected  CommandEnvelope commandEnvelope
           
static java.lang.String EVENT_NAME_COMMAND_ARRIVED
           
 
Fields inherited from class org.almendra.commons.events.AbstractEventParams
attributes
 
Constructor Summary
protected CommandEnvelopeParams()
          Creates a new CommandEnvelopeParams object.
  CommandEnvelopeParams(CommandEnvelope commandEnvelope)
          Creates a new CommandEnvelopeParams object.
 
Method Summary
 CommandEnvelope getCommandEnvelope()
           
 
Methods inherited from class org.almendra.commons.events.AbstractEventParams
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_NAME_COMMAND_ARRIVED

public static final java.lang.String EVENT_NAME_COMMAND_ARRIVED
See Also:
Constant Field Values

commandEnvelope

protected CommandEnvelope commandEnvelope
Constructor Detail

CommandEnvelopeParams

protected CommandEnvelopeParams()
Creates a new CommandEnvelopeParams object.


CommandEnvelopeParams

public CommandEnvelopeParams(CommandEnvelope commandEnvelope)
Creates a new CommandEnvelopeParams object.

Method Detail

getCommandEnvelope

public CommandEnvelope getCommandEnvelope()
Returns:
Returns the commandEnvelope.