Class SubscriptionData
java.lang.Object
de.hybris.platform.subscriptionfacades.data.SubscriptionData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TmaSubscribedProductData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetBillingFrequency(String billingFrequency) voidsetBillingsystemId(String billingsystemId) voidsetCancellable(Boolean cancellable) voidsetCancelledDate(Date cancelledDate) voidsetContractDuration(Integer contractDuration) voidsetContractFrequency(String contractFrequency) voidsetCustomerId(String customerId) voidsetDescription(String description) voidsetEndDate(Date endDate) voidvoidvoidsetOrderEntryNumber(Integer orderEntryNumber) voidsetOrderNumber(String orderNumber) voidsetPaymentMethodId(String paymentMethodId) voidsetPlacedOn(Date placedOn) voidsetProductCode(String productCode) voidsetProductUrl(String productUrl) voidsetRenewalType(String renewalType) voidsetStartDate(Date startDate) voidsetSubscriptionStatus(String subscriptionStatus)
-
Constructor Details
-
SubscriptionData
public SubscriptionData()
-
-
Method Details
-
setId
-
getId
-
setName
-
getName
-
setDescription
-
getDescription
-
setProductCode
-
getProductCode
-
setProductUrl
-
getProductUrl
-
setOrderNumber
-
getOrderNumber
-
setOrderEntryNumber
-
getOrderEntryNumber
-
setBillingsystemId
-
getBillingsystemId
-
setStartDate
-
getStartDate
-
setEndDate
-
getEndDate
-
setRenewalType
-
getRenewalType
-
setSubscriptionStatus
-
getSubscriptionStatus
-
setCancellable
-
getCancellable
-
setBillingFrequency
-
getBillingFrequency
-
setContractDuration
-
getContractDuration
-
setContractFrequency
-
getContractFrequency
-
setPlacedOn
-
getPlacedOn
-
setCancelledDate
-
getCancelledDate
-
setCustomerId
-
getCustomerId
-
setPaymentMethodId
-
getPaymentMethodId
-