model
Class InvoiceTransaction

java.lang.Object
  extended by model.InvoiceTransaction

public class InvoiceTransaction
extends java.lang.Object


Constructor Summary
InvoiceTransaction()
           
 
Method Summary
 double getAmount()
           
 java.lang.String getTxid()
           
 java.lang.String getType()
           
 void setAmount(double _amount)
           
 void setTxid(java.lang.String _txid)
           
 void setType(java.lang.String _type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvoiceTransaction

public InvoiceTransaction()
Method Detail

getTxid

public java.lang.String getTxid()

setTxid

public void setTxid(java.lang.String _txid)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String _type)

getAmount

public double getAmount()

setAmount

public void setAmount(double _amount)