net.authorize.arb
Class ARBSubscription

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

public class ARBSubscription
extends Object

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

amount

private BigDecimal amount
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) amount (ARBSubscription)


bill_to

private ARBNameAndAddress bill_to
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) bill_to (ARBSubscription)


customer

private ARBCustomer customer
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) customer (ARBSubscription)


name

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


order

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


payment

private ARBPayment payment
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) payment (ARBSubscription)


schedule

private ARBPaymentSchedule schedule
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) schedule (ARBSubscription)


ship_to

private ARBNameAndAddress ship_to
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) ship_to (ARBSubscription)


subscription_id

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


trial_amount

private double trial_amount
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) trial_amount (ARBSubscription)

Constructor Detail

ARBSubscription

public ARBSubscription()
Method Detail

getAmount

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

Returns:
WRITEME

getBillTo

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

Returns:
WRITEME

getCustomer

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

Returns:
WRITEME

getName

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

Returns:
WRITEME

getOrder

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

Returns:
WRITEME

getPayment

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

Returns:
WRITEME

getSchedule

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

Returns:
WRITEME

getShipTo

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

Returns:
WRITEME

getSubscriptionId

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

Returns:
WRITEME

getTrialAmount

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

Returns:
WRITEME

setAmount

public void setAmount(BigDecimal newAmount)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newAmount - WRITEME

setBillTo

public void setBillTo(ARBNameAndAddress newBill_to)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newBill_to - WRITEME

setCustomer

public void setCustomer(ARBCustomer newCustomer)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newCustomer - WRITEME

setName

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

Parameters:
newName - WRITEME

setOrder

public void setOrder(ARBOrder newOrder)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newOrder - WRITEME

setPayment

public void setPayment(ARBPayment newPayment)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newPayment - WRITEME

setSchedule

public void setSchedule(ARBPaymentSchedule newSchedule)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newSchedule - WRITEME

setShipTo

public void setShipTo(ARBNameAndAddress newShip_to)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newShip_to - WRITEME

setSubscriptionId

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

Parameters:
newSubscription_id - WRITEME

setTrialAmount

public void setTrialAmount(double newTrial_amount)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newTrial_amount - WRITEME