|
||||||||||
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
TODO: The documentation for this type (ARBPaymentSchedule) is incomplete. (brpocock, Sep 23, 2009)
Field Summary | |
---|---|
static java.lang.String |
SCHEDULE_DATE_FORMAT
TODO: document this field (brpocock, Nov 19, 2009) SCHEDULE_DATE_FORMAT (ARBPaymentSchedule) |
Constructor Summary | |
---|---|
ARBPaymentSchedule()
WRITEME |
Method Summary | |
---|---|
int |
getIntervalLength()
TODO: document this method (brpocock, Nov 19, 2009) |
java.util.Date |
getStartDate()
TODO: document this method (brpocock, Nov 19, 2009) |
java.lang.String |
getSubscriptionUnit()
TODO: document this method (brpocock, Nov 19, 2009) |
int |
getTotalOccurrences()
TODO: document this method (brpocock, Nov 19, 2009) |
int |
getTrialOccurrences()
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setIntervalLength(int newInterval_length)
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setStartDate(java.util.Date date)
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setStartDate(java.lang.String newStart_date)
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setSubscriptionUnit(java.lang.String newSubscription_unit)
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setTotalOccurrences(int newTotal_occurrences)
TODO: document this method (brpocock, Nov 19, 2009) |
void |
setTrialOccurrences(int newTrial_occurrences)
TODO: document this method (brpocock, Nov 19, 2009) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SCHEDULE_DATE_FORMAT
Constructor Detail |
---|
public ARBPaymentSchedule()
Method Detail |
---|
public int getIntervalLength()
public java.util.Date getStartDate()
public java.lang.String getSubscriptionUnit()
public int getTotalOccurrences()
public int getTrialOccurrences()
public void setIntervalLength(int newInterval_length)
newInterval_length
- WRITEMEpublic void setStartDate(java.util.Date date)
date
- WRITEMEpublic void setStartDate(java.lang.String newStart_date)
newStart_date
- WRITEMEpublic void setSubscriptionUnit(java.lang.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 |