org.puremvc.java.patterns.command
Class MacroCommandTestVO

java.lang.Object
  extended by org.puremvc.java.patterns.command.MacroCommandTestVO

public class MacroCommandTestVO
extends java.lang.Object

A utility class used by MacroCommandTest.

See Also:
MacroCommandTest, MacroCommandTestCommand, MacroCommandTestSub1Command, MacroCommandTestSub2Command

Field Summary
 int input
           
 int result1
           
 int result2
           
 
Constructor Summary
MacroCommandTestVO(int input)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public int input

result1

public int result1

result2

public int result2
Constructor Detail

MacroCommandTestVO

public MacroCommandTestVO(int input)
Constructor.

Parameters:
input - the number to be fed to the MacroCommandTestCommand