|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Subscription
public class Subscription
Constructor Summary | |
---|---|
Subscription()
|
|
Subscription(boolean active,
java.math.BigDecimal amount,
CreditCard creditCard,
java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String custom4,
java.lang.String custom5,
int customerId,
java.util.Calendar dateAdded,
int id,
java.util.Calendar lastBillingDate,
java.util.Calendar lastModified,
java.util.Calendar nextBillingDate,
int orderId,
java.lang.String orderNumber,
PaymentSchedule paymentSchedule,
int paymentScheduleId,
boolean problem,
java.lang.String problemDesc,
int productId,
java.lang.String productSku,
java.util.Calendar startDate,
java.lang.String subscriptionCode,
java.math.BigDecimal trialAmount)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.math.BigDecimal |
getAmount()
Gets the amount value for this Subscription. |
CreditCard |
getCreditCard()
Gets the creditCard value for this Subscription. |
java.lang.String |
getCustom1()
Gets the custom1 value for this Subscription. |
java.lang.String |
getCustom2()
Gets the custom2 value for this Subscription. |
java.lang.String |
getCustom3()
Gets the custom3 value for this Subscription. |
java.lang.String |
getCustom4()
Gets the custom4 value for this Subscription. |
java.lang.String |
getCustom5()
Gets the custom5 value for this Subscription. |
int |
getCustomerId()
Gets the customerId value for this Subscription. |
java.util.Calendar |
getDateAdded()
Gets the dateAdded value for this Subscription. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getId()
Gets the id value for this Subscription. |
java.util.Calendar |
getLastBillingDate()
Gets the lastBillingDate value for this Subscription. |
java.util.Calendar |
getLastModified()
Gets the lastModified value for this Subscription. |
java.util.Calendar |
getNextBillingDate()
Gets the nextBillingDate value for this Subscription. |
int |
getOrderId()
Gets the orderId value for this Subscription. |
java.lang.String |
getOrderNumber()
Gets the orderNumber value for this Subscription. |
PaymentSchedule |
getPaymentSchedule()
Gets the paymentSchedule value for this Subscription. |
int |
getPaymentScheduleId()
Gets the paymentScheduleId value for this Subscription. |
java.lang.String |
getProblemDesc()
Gets the problemDesc value for this Subscription. |
int |
getProductId()
Gets the productId value for this Subscription. |
java.lang.String |
getProductSku()
Gets the productSku value for this Subscription. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.util.Calendar |
getStartDate()
Gets the startDate value for this Subscription. |
java.lang.String |
getSubscriptionCode()
Gets the subscriptionCode value for this Subscription. |
java.math.BigDecimal |
getTrialAmount()
Gets the trialAmount value for this Subscription. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isActive()
Gets the active value for this Subscription. |
boolean |
isProblem()
Gets the problem value for this Subscription. |
void |
setActive(boolean active)
Sets the active value for this Subscription. |
void |
setAmount(java.math.BigDecimal amount)
Sets the amount value for this Subscription. |
void |
setCreditCard(CreditCard creditCard)
Sets the creditCard value for this Subscription. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this Subscription. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this Subscription. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this Subscription. |
void |
setCustom4(java.lang.String custom4)
Sets the custom4 value for this Subscription. |
void |
setCustom5(java.lang.String custom5)
Sets the custom5 value for this Subscription. |
void |
setCustomerId(int customerId)
Sets the customerId value for this Subscription. |
void |
setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this Subscription. |
void |
setId(int id)
Sets the id value for this Subscription. |
void |
setLastBillingDate(java.util.Calendar lastBillingDate)
Sets the lastBillingDate value for this Subscription. |
void |
setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this Subscription. |
void |
setNextBillingDate(java.util.Calendar nextBillingDate)
Sets the nextBillingDate value for this Subscription. |
void |
setOrderId(int orderId)
Sets the orderId value for this Subscription. |
void |
setOrderNumber(java.lang.String orderNumber)
Sets the orderNumber value for this Subscription. |
void |
setPaymentSchedule(PaymentSchedule paymentSchedule)
Sets the paymentSchedule value for this Subscription. |
void |
setPaymentScheduleId(int paymentScheduleId)
Sets the paymentScheduleId value for this Subscription. |
void |
setProblem(boolean problem)
Sets the problem value for this Subscription. |
void |
setProblemDesc(java.lang.String problemDesc)
Sets the problemDesc value for this Subscription. |
void |
setProductId(int productId)
Sets the productId value for this Subscription. |
void |
setProductSku(java.lang.String productSku)
Sets the productSku value for this Subscription. |
void |
setStartDate(java.util.Calendar startDate)
Sets the startDate value for this Subscription. |
void |
setSubscriptionCode(java.lang.String subscriptionCode)
Sets the subscriptionCode value for this Subscription. |
void |
setTrialAmount(java.math.BigDecimal trialAmount)
Sets the trialAmount value for this Subscription. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subscription()
public Subscription(boolean active, java.math.BigDecimal amount, CreditCard creditCard, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, int customerId, java.util.Calendar dateAdded, int id, java.util.Calendar lastBillingDate, java.util.Calendar lastModified, java.util.Calendar nextBillingDate, int orderId, java.lang.String orderNumber, PaymentSchedule paymentSchedule, int paymentScheduleId, boolean problem, java.lang.String problemDesc, int productId, java.lang.String productSku, java.util.Calendar startDate, java.lang.String subscriptionCode, java.math.BigDecimal trialAmount)
Method Detail |
---|
public boolean isActive()
public void setActive(boolean active)
active
- public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
amount
- public CreditCard getCreditCard()
public void setCreditCard(CreditCard creditCard)
creditCard
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public java.util.Calendar getLastBillingDate()
public void setLastBillingDate(java.util.Calendar lastBillingDate)
lastBillingDate
- public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar lastModified)
lastModified
- public java.util.Calendar getNextBillingDate()
public void setNextBillingDate(java.util.Calendar nextBillingDate)
nextBillingDate
- public int getOrderId()
public void setOrderId(int orderId)
orderId
- public java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String orderNumber)
orderNumber
- public PaymentSchedule getPaymentSchedule()
public void setPaymentSchedule(PaymentSchedule paymentSchedule)
paymentSchedule
- public int getPaymentScheduleId()
public void setPaymentScheduleId(int paymentScheduleId)
paymentScheduleId
- public boolean isProblem()
public void setProblem(boolean problem)
problem
- public java.lang.String getProblemDesc()
public void setProblemDesc(java.lang.String problemDesc)
problemDesc
- public int getProductId()
public void setProductId(int productId)
productId
- public java.lang.String getProductSku()
public void setProductSku(java.lang.String productSku)
productSku
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public java.lang.String getSubscriptionCode()
public void setSubscriptionCode(java.lang.String subscriptionCode)
subscriptionCode
- public java.math.BigDecimal getTrialAmount()
public void setTrialAmount(java.math.BigDecimal trialAmount)
trialAmount
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |