|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.ARBPaymentSchedule
public class ARBPaymentSchedule
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 |
---|
public static final String SCHEDULE_DATE_FORMAT
private int interval_length
private Date start_date
private String subscription_unit
private int total_occurrences
private int trial_occurrences
Constructor Detail |
---|
public ARBPaymentSchedule()
Method Detail |
---|
public int getIntervalLength()
public Date getStartDate()
public String getSubscriptionUnit()
public int getTotalOccurrences()
public int getTrialOccurrences()
public void setIntervalLength(int newInterval_length)
newInterval_length
- WRITEMEpublic void setStartDate(Date date)
date
- WRITEMEpublic void setStartDate(String newStart_date)
newStart_date
- WRITEMEpublic void setSubscriptionUnit(String newSubscription_unit)
newSubscription_unit
- WRITEMEpublic void setTotalOccurrences(int newTotal_occurrences)
newTotal_occurrences
- WRITEMEpublic void setTrialOccurrences(int newTrial_occurrences)
newTrial_occurrences
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |