Class TmaSubscribedProductData
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.data.SubscriptionData
-
- de.hybris.platform.b2ctelcofacades.data.TmaSubscribedProductData
-
- All Implemented Interfaces:
java.io.Serializable
public class TmaSubscribedProductData extends SubscriptionData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TmaSubscribedProductData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBillingSubscriptionId()java.lang.StringgetParentPOCode()TmaServiceTypeDatagetServiceType()java.lang.StringgetSubscriptionBaseId()voidsetBillingSubscriptionId(java.lang.String billingSubscriptionId)voidsetParentPOCode(java.lang.String parentPOCode)voidsetServiceType(TmaServiceTypeData serviceType)voidsetSubscriptionBaseId(java.lang.String subscriptionBaseId)-
Methods inherited from class de.hybris.platform.subscriptionfacades.data.SubscriptionData
getBillingFrequency, getBillingsystemId, getCancellable, getCancelledDate, getContractDuration, getContractFrequency, getCustomerId, getDescription, getEndDate, getId, getName, getOrderEntryNumber, getOrderNumber, getPaymentMethodId, getPlacedOn, getProductCode, getProductUrl, getRenewalType, getStartDate, getSubscriptionStatus, setBillingFrequency, setBillingsystemId, setCancellable, setCancelledDate, setContractDuration, setContractFrequency, setCustomerId, setDescription, setEndDate, setId, setName, setOrderEntryNumber, setOrderNumber, setPaymentMethodId, setPlacedOn, setProductCode, setProductUrl, setRenewalType, setStartDate, setSubscriptionStatus
-
-
-
-
Method Detail
-
setSubscriptionBaseId
public void setSubscriptionBaseId(java.lang.String subscriptionBaseId)
-
getSubscriptionBaseId
public java.lang.String getSubscriptionBaseId()
-
setBillingSubscriptionId
public void setBillingSubscriptionId(java.lang.String billingSubscriptionId)
-
getBillingSubscriptionId
public java.lang.String getBillingSubscriptionId()
-
setServiceType
public void setServiceType(TmaServiceTypeData serviceType)
-
getServiceType
public TmaServiceTypeData getServiceType()
-
setParentPOCode
public void setParentPOCode(java.lang.String parentPOCode)
-
getParentPOCode
public java.lang.String getParentPOCode()
-
-