net.authorize.arb
Class ARBPaymentSchedule

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

public class ARBPaymentSchedule
extends Object

WRITEME: The documentation for this type (ARBPaymentSchedule) is incomplete. (brpocock@star-hope.org, Sep 23, 2009)


Field Summary
private  int interval_length
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) interval_length (ARBPaymentSchedule)
static String SCHEDULE_DATE_FORMAT
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) SCHEDULE_DATE_FORMAT (ARBPaymentSchedule)
private  Date start_date
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) start_date (ARBPaymentSchedule)
private  String subscription_unit
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) subscription_unit (ARBPaymentSchedule)
private  int total_occurrences
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) total_occurrences (ARBPaymentSchedule)
private  int trial_occurrences
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) trial_occurrences (ARBPaymentSchedule)
 
Constructor Summary
ARBPaymentSchedule()
          WRITEME
 
Method Summary
 int getIntervalLength()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 Date getStartDate()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 String getSubscriptionUnit()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 int getTotalOccurrences()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 int getTrialOccurrences()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setIntervalLength(int newInterval_length)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setStartDate(Date date)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setStartDate(String newStart_date)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setSubscriptionUnit(String newSubscription_unit)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setTotalOccurrences(int newTotal_occurrences)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void setTrialOccurrences(int newTrial_occurrences)
          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

SCHEDULE_DATE_FORMAT

public static final String SCHEDULE_DATE_FORMAT
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) SCHEDULE_DATE_FORMAT (ARBPaymentSchedule)

See Also:
Constant Field Values

interval_length

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


start_date

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


subscription_unit

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


total_occurrences

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


trial_occurrences

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

Constructor Detail

ARBPaymentSchedule

public ARBPaymentSchedule()
WRITEME

Method Detail

getIntervalLength

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

Returns:
WRITEME

getStartDate

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

Returns:
WRITEME

getSubscriptionUnit

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

Returns:
WRITEME

getTotalOccurrences

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

Returns:
WRITEME

getTrialOccurrences

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

Returns:
WRITEME

setIntervalLength

public void setIntervalLength(int newInterval_length)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newInterval_length - WRITEME

setStartDate

public void setStartDate(Date date)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
date - WRITEME

setStartDate

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

Parameters:
newStart_date - WRITEME

setSubscriptionUnit

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

Parameters:
newSubscription_unit - WRITEME

setTotalOccurrences

public void setTotalOccurrences(int newTotal_occurrences)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newTotal_occurrences - WRITEME

setTrialOccurrences

public void setTrialOccurrences(int newTrial_occurrences)
WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)

Parameters:
newTrial_occurrences - WRITEME