|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.ARBPayment
public class ARBPayment
WRITEME
Constructor Summary | |
---|---|
ARBPayment()
WRITEME |
|
ARBPayment(BankAccount in_account)
WRITEME |
|
ARBPayment(CreditCard in_credit)
WRITEME |
Method Summary | |
---|---|
BankAccount |
getBankAccount()
WRITEME |
CreditCard |
getCreditCard()
WRITEME |
void |
setBankAccount(BankAccount bank_account1)
WRITEME |
void |
setCreditCard(CreditCard credit_card1)
WRITEME |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARBPayment()
public ARBPayment(BankAccount in_account)
in_account
- WRITEMEpublic ARBPayment(CreditCard in_credit)
in_credit
- WRITEMEMethod Detail |
---|
public BankAccount getBankAccount()
public CreditCard getCreditCard()
public void setBankAccount(BankAccount bank_account1)
bank_account1
- WRITEMEpublic void setCreditCard(CreditCard credit_card1)
credit_card1
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |