|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_PaymentSchedule
public class J_PaymentSchedule
Defines the details of a payment schedule for recurring billing.
| Constructor Summary | |
|---|---|
J_PaymentSchedule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
java.util.Calendar |
getDateAdded()
|
int |
getDayOfMonth()
Some payment gateways allow you to define the day of the month used for monthly billing. |
java.lang.String |
getDescription()
An optional description of the schedule |
int |
getId()
|
java.lang.String |
getName()
Name of the schedule so that it can be identified |
int |
getNumPayments()
Number of billing occurrences or payments for the subscription. |
int |
getNumTrialPayments()
Number of billing occurrences or payments in the trial period. |
int |
getTimeLength()
Defines the length of time between payments. |
int |
getTimeUnit()
The unit of measurement used to determine the time between payments. |
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustom4(java.lang.String _custom4)
|
void |
setCustom5(java.lang.String _custom5)
|
void |
setDateAdded(java.util.Calendar _dateAdded)
|
void |
setDayOfMonth(int _dayOfMonth)
Some payment gateways allow you to define the day of the month used for monthly billing. |
void |
setDescription(java.lang.String _description)
An optional description of the schedule |
void |
setId(int _id)
|
void |
setName(java.lang.String _name)
Name of the schedule so that it can be identified |
void |
setNumPayments(int _numPayments)
Number of billing occurrences or payments for the subscription. |
void |
setNumTrialPayments(int _numTrialPayments)
Number of billing occurrences or payments in the trial period. |
void |
setTimeLength(int _timeLength)
Defines the length of time between payments. |
void |
setTimeUnit(int _timeUnit)
The unit of measurement used to determine the time between payments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_PaymentSchedule()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic int getTimeUnit()
public void setTimeUnit(int _timeUnit)
_timeUnit - the timeUnit to setpublic int getTimeLength()
public void setTimeLength(int _timeLength)
_timeLength - the timeLength to setpublic int getDayOfMonth()
public void setDayOfMonth(int _dayOfMonth)
_dayOfMonth - the dayOfMonth to setpublic int getNumPayments()
public void setNumPayments(int _numPayments)
_numPayments - the numPayments to setpublic int getNumTrialPayments()
public void setNumTrialPayments(int _numTrialPayments)
_numTrialPayments - the numTrialPayments to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - the custom5 to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded to setpublic java.lang.String getName()
public void setName(java.lang.String _name)
_name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - the description to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||