net.authorize.arb
Class ARBSubscription

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

public class ARBSubscription
extends java.lang.Object

WRITEME


Constructor Summary
ARBSubscription()
           
 
Method Summary
 java.math.BigDecimal getAmount()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBNameAndAddress getBillTo()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBCustomer getCustomer()
          TODO: document this method (brpocock, Nov 19, 2009)
 java.lang.String getName()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBOrder getOrder()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBPayment getPayment()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBPaymentSchedule getSchedule()
          TODO: document this method (brpocock, Nov 19, 2009)
 ARBNameAndAddress getShipTo()
          TODO: document this method (brpocock, Nov 19, 2009)
 java.lang.String getSubscriptionId()
          TODO: document this method (brpocock, Nov 19, 2009)
 double getTrialAmount()
          TODO: document this method (brpocock, Nov 19, 2009)
 void setAmount(java.math.BigDecimal newAmount)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setBillTo(ARBNameAndAddress newBill_to)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setCustomer(ARBCustomer newCustomer)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setName(java.lang.String newName)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setOrder(ARBOrder newOrder)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setPayment(ARBPayment newPayment)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setSchedule(ARBPaymentSchedule newSchedule)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setShipTo(ARBNameAndAddress newShip_to)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setSubscriptionId(java.lang.String newSubscription_id)
          TODO: document this method (brpocock, Nov 19, 2009)
 void setTrialAmount(double newTrial_amount)
          TODO: document this method (brpocock, Nov 19, 2009)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARBSubscription

public ARBSubscription()
Method Detail

getAmount

public java.math.BigDecimal getAmount()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getBillTo

public ARBNameAndAddress getBillTo()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getCustomer

public ARBCustomer getCustomer()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getName

public java.lang.String getName()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getOrder

public ARBOrder getOrder()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getPayment

public ARBPayment getPayment()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getSchedule

public ARBPaymentSchedule getSchedule()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getShipTo

public ARBNameAndAddress getShipTo()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getSubscriptionId

public java.lang.String getSubscriptionId()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

getTrialAmount

public double getTrialAmount()
TODO: document this method (brpocock, Nov 19, 2009)

Returns:
WRITEME

setAmount

public void setAmount(java.math.BigDecimal newAmount)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newAmount - WRITEME

setBillTo

public void setBillTo(ARBNameAndAddress newBill_to)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newBill_to - WRITEME

setCustomer

public void setCustomer(ARBCustomer newCustomer)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newCustomer - WRITEME

setName

public void setName(java.lang.String newName)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newName - WRITEME

setOrder

public void setOrder(ARBOrder newOrder)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newOrder - WRITEME

setPayment

public void setPayment(ARBPayment newPayment)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newPayment - WRITEME

setSchedule

public void setSchedule(ARBPaymentSchedule newSchedule)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newSchedule - WRITEME

setShipTo

public void setShipTo(ARBNameAndAddress newShip_to)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newShip_to - WRITEME

setSubscriptionId

public void setSubscriptionId(java.lang.String newSubscription_id)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newSubscription_id - WRITEME

setTrialAmount

public void setTrialAmount(double newTrial_amount)
TODO: document this method (brpocock, Nov 19, 2009)

Parameters:
newTrial_amount - WRITEME