com.upek.android.ptapi.resultarg
Class PtBirArg

java.lang.Object
  extended by com.upek.android.ptapi.resultarg.PtBirArg
All Implemented Interfaces:
PtBirArgI

public class PtBirArg
extends java.lang.Object
implements PtBirArgI

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


Field Summary
 PtBir value
          Contains reference to object stored into the container as result value.
 
Constructor Summary
PtBirArg()
           
 
Method Summary
 PtBir getValue()
          Get value stored in the container
 void setValue(PtBir 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 PtBir value
Contains reference to object stored into the container as result value.

Constructor Detail

PtBirArg

public PtBirArg()
Method Detail

getValue

public PtBir getValue()
Description copied from interface: PtBirArgI
Get value stored in the container

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

setValue

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

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