net.authorize.arb
Class ARBOrder

java.lang.Object
  extended by net.authorize.arb.ARBOrder

public class ARBOrder
extends java.lang.Object

TODO: The documentation for this type (ARBOrder) is incomplete. (brpocock, Nov 19, 2009)

Author:
brpocock

Constructor Summary
ARBOrder()
           
 
Method Summary
 java.lang.String getDescription()
          TODO: document this method (brpocock, Nov 19, 2009)
 java.lang.String getInvoiceNumber()
          TODO: document this method (brpocock, Nov 19, 2009)
 void setDescription(java.lang.String newDescription)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setInvoiceNumber(java.lang.String newInvoiceNumber)
          TODO: document this method (brpocock, Nov 19, 2009)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARBOrder

public ARBOrder()
Method Detail

getDescription

public java.lang.String getDescription()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getInvoiceNumber

public java.lang.String getInvoiceNumber()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

setDescription

public void setDescription(java.lang.String newDescription)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newDescription - WRITEME

setInvoiceNumber

public void setInvoiceNumber(java.lang.String newInvoiceNumber)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newInvoiceNumber - WRITEME