net.authorize.arb
Class ARBOrder

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

public class ARBOrder
extends Object

WRITEME: The documentation for this type (ARBOrder) is incomplete. (brpocock@star-hope.org, Nov 19, 2009)

Author:
brpocock@star-hope.org

Field Summary
private  String description
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) description (ARBOrder)
private  String invoiceNumber
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) invoiceNumber (ARBOrder)
 
Constructor Summary
ARBOrder()
           
 
Method Summary
 String getDescription()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 String getInvoiceNumber()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setDescription(String newDescription)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setInvoiceNumber(String newInvoiceNumber)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

private String description
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) description (ARBOrder)


invoiceNumber

private String invoiceNumber
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) invoiceNumber (ARBOrder)

Constructor Detail

ARBOrder

public ARBOrder()
Method Detail

getDescription

public String getDescription()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Returns:
WRITEME

getInvoiceNumber

public String getInvoiceNumber()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Returns:
WRITEME

setDescription

public void setDescription(String newDescription)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newDescription - WRITEME

setInvoiceNumber

public void setInvoiceNumber(String newInvoiceNumber)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newInvoiceNumber - WRITEME