|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Subscription
public class S_Subscription
Defines a recurring billing subscription.
| Constructor Summary | |
|---|---|
S_Subscription()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getAmount()
The amount billed |
S_CreditCard |
getCreditCard()
Credit Card for the subscription |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
int |
getCustomerId()
Customer id |
java.util.Calendar |
getDateAdded()
|
int |
getId()
|
java.util.Calendar |
getLastBillingDate()
The last time that the customer was billed |
java.util.Calendar |
getLastModified()
|
java.util.Calendar |
getNextBillingDate()
The next time that the customer will be billed |
int |
getOrderId()
Id of the order |
java.lang.String |
getOrderNumber()
Order Number |
S_PaymentSchedule |
getPaymentSchedule()
PaymentSchedule object for this subscription |
int |
getPaymentScheduleId()
PaymentSchedule id for this subscription |
java.lang.String |
getProblemDesc()
A description of the problem detected during billing |
int |
getProductId()
Id of the product being paid for |
java.lang.String |
getProductSku()
SKU of the product being paid for |
java.util.Calendar |
getStartDate()
Start date for the subscription |
java.lang.String |
getSubscriptionCode()
Unique code for the subscription. |
java.math.BigDecimal |
getTrialAmount()
The amount billed during the trial period |
boolean |
isActive()
Set to true when the subscription is active |
boolean |
isProblem()
Set to true if a problem has been detected during a billing transaction. |
void |
setActive(boolean _active)
Set to true when the subscription is active |
void |
setAmount(java.math.BigDecimal _amount)
The amount billed |
void |
setCreditCard(S_CreditCard _creditCard)
Credit Card for the subscription |
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 |
setCustomerId(int _customerId)
Customer id |
void |
setDateAdded(java.util.Calendar _dateAdded)
|
void |
setId(int _id)
|
void |
setLastBillingDate(java.util.Calendar _lastBillingDate)
The last time that the customer was billed |
void |
setLastModified(java.util.Calendar _lastModified)
|
void |
setNextBillingDate(java.util.Calendar _nextBillingDate)
The next time that the customer will be billed |
void |
setOrderId(int _orderId)
Id of the order |
void |
setOrderNumber(java.lang.String _orderNumber)
Order Number |
void |
setPaymentSchedule(S_PaymentSchedule _paymentSchedule)
PaymentSchedule object for this subscription |
void |
setPaymentScheduleId(int _paymentScheduleId)
PaymentSchedule id for this subscription |
void |
setProblem(boolean _problem)
Set to true if a problem has been detected during a billing transaction. |
void |
setProblemDesc(java.lang.String _problemDesc)
A description of the problem detected during billing |
void |
setProductId(int _productId)
Id of the product being paid for |
void |
setProductSku(java.lang.String _productSku)
SKU of the product being paid for |
void |
setStartDate(java.util.Calendar _startDate)
Start date for the subscription |
void |
setSubscriptionCode(java.lang.String _subscriptionCode)
Unique code for the subscription. |
void |
setTrialAmount(java.math.BigDecimal _trialAmount)
The amount billed during the trial period |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Subscription()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id 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.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - the lastModified to setpublic int getOrderId()
public void setOrderId(int _orderId)
_orderId - the orderId to setpublic int getProductId()
public void setProductId(int _productId)
_productId - the productId to setpublic java.lang.String getSubscriptionCode()
public void setSubscriptionCode(java.lang.String _subscriptionCode)
_subscriptionCode - the subscriptionCode to setpublic java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar _startDate)
_startDate - the startDate to setpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal _amount)
_amount - the amount to setpublic java.math.BigDecimal getTrialAmount()
public void setTrialAmount(java.math.BigDecimal _trialAmount)
_trialAmount - the trialAmount to setpublic boolean isActive()
public void setActive(boolean _active)
_active - the active to setpublic boolean isProblem()
public void setProblem(boolean _problem)
_problem - the problem to setpublic java.lang.String getProblemDesc()
public void setProblemDesc(java.lang.String _problemDesc)
_problemDesc - the problemDesc to setpublic java.util.Calendar getLastBillingDate()
public void setLastBillingDate(java.util.Calendar _lastBillingDate)
_lastBillingDate - the lastBillingDate to setpublic java.util.Calendar getNextBillingDate()
public void setNextBillingDate(java.util.Calendar _nextBillingDate)
_nextBillingDate - the nextBillingDate to setpublic S_PaymentSchedule getPaymentSchedule()
public void setPaymentSchedule(S_PaymentSchedule _paymentSchedule)
_paymentSchedule - the paymentSchedule to setpublic int getPaymentScheduleId()
public void setPaymentScheduleId(int _paymentScheduleId)
_paymentScheduleId - the paymentScheduleId to setpublic java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String _orderNumber)
_orderNumber - the orderNumber to setpublic java.lang.String getProductSku()
public void setProductSku(java.lang.String _productSku)
_productSku - the productSku to setpublic int getCustomerId()
public void setCustomerId(int _customerId)
_customerId - the customerId to setpublic S_CreditCard getCreditCard()
public void setCreditCard(S_CreditCard _creditCard)
_creditCard - the creditCard to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||