com.upek.android.ptapi.resultarg
Class PtSwipeInfoArg

java.lang.Object
  extended by com.upek.android.ptapi.resultarg.PtSwipeInfoArg
All Implemented Interfaces:
PtSwipeInfoArgI

public class PtSwipeInfoArg
extends java.lang.Object
implements PtSwipeInfoArgI

This class is used for returning additional output function parameters. It serves as a object container only.


Field Summary
 PtSwipeInfo value
          Contains reference to object stored into the container as result value.
 
Constructor Summary
PtSwipeInfoArg()
           
 
Method Summary
 PtSwipeInfo getValue()
          Get value stored in the container
 void setValue(PtSwipeInfo value)
          Store new value in the container.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public PtSwipeInfo value
Contains reference to object stored into the container as result value.

Constructor Detail

PtSwipeInfoArg

public PtSwipeInfoArg()
Method Detail

getValue

public PtSwipeInfo getValue()
Description copied from interface: PtSwipeInfoArgI
Get value stored in the container

Specified by:
getValue in interface PtSwipeInfoArgI
Returns:
Value of result container

setValue

public void setValue(PtSwipeInfo value)
Description copied from interface: PtSwipeInfoArgI
Store new value in the container.

Specified by:
setValue in interface PtSwipeInfoArgI
Parameters:
value - New result value