public class PaymentSchedule extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEDULE_DATE_FORMAT |
| Modifier | Constructor and Description |
|---|---|
protected |
PaymentSchedule() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentSchedule |
createPaymentSchedule() |
int |
getIntervaLength() |
Date |
getStartDate() |
SubscriptionUnitType |
getSubscriptionUnit() |
int |
getTotalOccurrences() |
int |
getTrialOccurrences() |
void |
setIntervalLength(int interval_length) |
void |
setStartDate(Date date) |
void |
setStartDate(String start_date) |
void |
setSubscriptionUnit(SubscriptionUnitType subscription_unit) |
void |
setTotalOccurrences(int total_occurrences) |
void |
setTrialOccurrences(int trial_occurrences) |
public static String SCHEDULE_DATE_FORMAT
public static PaymentSchedule createPaymentSchedule()
public int getIntervaLength()
public void setIntervalLength(int interval_length)
public Date getStartDate()
public void setStartDate(Date date)
public void setStartDate(String start_date)
public SubscriptionUnitType getSubscriptionUnit()
public void setSubscriptionUnit(SubscriptionUnitType subscription_unit)
public int getTotalOccurrences()
public void setTotalOccurrences(int total_occurrences)
public int getTrialOccurrences()
public void setTrialOccurrences(int trial_occurrences)
Copyright © 2016. All Rights Reserved.