org.puremvc.java.patterns.command
Class SimpleCommandTestVO

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

public class SimpleCommandTestVO
extends java.lang.Object

A utility class used by SimpleCommandTest.

See Also:
SimpleCommandTest, SimpleCommandTestCommand

Field Summary
 int input
           
 int result
           
 
Constructor Summary
SimpleCommandTestVO(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

result

public int result
Constructor Detail

SimpleCommandTestVO

public SimpleCommandTestVO(int input)
Constructor.

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