|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.ARBSubscription
public class ARBSubscription
WRITEME
Field Summary | |
---|---|
private BigDecimal |
amount
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) amount (ARBSubscription) |
private ARBNameAndAddress |
bill_to
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) bill_to (ARBSubscription) |
private ARBCustomer |
customer
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) customer (ARBSubscription) |
private String |
name
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) name (ARBSubscription) |
private ARBOrder |
order
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) order (ARBSubscription) |
private ARBPayment |
payment
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) payment (ARBSubscription) |
private ARBPaymentSchedule |
schedule
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) schedule (ARBSubscription) |
private ARBNameAndAddress |
ship_to
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) ship_to (ARBSubscription) |
private String |
subscription_id
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) subscription_id (ARBSubscription) |
private double |
trial_amount
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) trial_amount (ARBSubscription) |
Constructor Summary | |
---|---|
ARBSubscription()
|
Method Summary | |
---|---|
BigDecimal |
getAmount()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBNameAndAddress |
getBillTo()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBCustomer |
getCustomer()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
String |
getName()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBOrder |
getOrder()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBPayment |
getPayment()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBPaymentSchedule |
getSchedule()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
ARBNameAndAddress |
getShipTo()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
String |
getSubscriptionId()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
double |
getTrialAmount()
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setAmount(BigDecimal newAmount)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setBillTo(ARBNameAndAddress newBill_to)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setCustomer(ARBCustomer newCustomer)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setName(String newName)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setOrder(ARBOrder newOrder)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setPayment(ARBPayment newPayment)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setSchedule(ARBPaymentSchedule newSchedule)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setShipTo(ARBNameAndAddress newShip_to)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setSubscriptionId(String newSubscription_id)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009) |
void |
setTrialAmount(double newTrial_amount)
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 BigDecimal amount
private ARBNameAndAddress bill_to
private ARBCustomer customer
private String name
private ARBOrder order
private ARBPayment payment
private ARBPaymentSchedule schedule
private ARBNameAndAddress ship_to
private String subscription_id
private double trial_amount
Constructor Detail |
---|
public ARBSubscription()
Method Detail |
---|
public BigDecimal getAmount()
public ARBNameAndAddress getBillTo()
public ARBCustomer getCustomer()
public String getName()
public ARBOrder getOrder()
public ARBPayment getPayment()
public ARBPaymentSchedule getSchedule()
public ARBNameAndAddress getShipTo()
public String getSubscriptionId()
public double getTrialAmount()
public void setAmount(BigDecimal newAmount)
newAmount
- WRITEMEpublic void setBillTo(ARBNameAndAddress newBill_to)
newBill_to
- WRITEMEpublic void setCustomer(ARBCustomer newCustomer)
newCustomer
- WRITEMEpublic void setName(String newName)
newName
- WRITEMEpublic void setOrder(ARBOrder newOrder)
newOrder
- WRITEMEpublic void setPayment(ARBPayment newPayment)
newPayment
- WRITEMEpublic void setSchedule(ARBPaymentSchedule newSchedule)
newSchedule
- WRITEMEpublic void setShipTo(ARBNameAndAddress newShip_to)
newShip_to
- WRITEMEpublic void setSubscriptionId(String newSubscription_id)
newSubscription_id
- WRITEMEpublic void setTrialAmount(double newTrial_amount)
newTrial_amount
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |