|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.ARBOrder
public class ARBOrder
WRITEME: The documentation for this type (ARBOrder) is incomplete. (brpocock@star-hope.org, Nov 19, 2009)
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 |
---|
private String description
private String invoiceNumber
Constructor Detail |
---|
public ARBOrder()
Method Detail |
---|
public String getDescription()
public String getInvoiceNumber()
public void setDescription(String newDescription)
newDescription
- WRITEMEpublic void setInvoiceNumber(String newInvoiceNumber)
newInvoiceNumber
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |