Class TmaAbstractOrderChargePriceData
- java.lang.Object
-
- de.hybris.platform.b2ctelcofacades.data.TmaAbstractOrderPriceData
-
- de.hybris.platform.b2ctelcofacades.data.TmaAbstractOrderComponentPriceData
-
- de.hybris.platform.b2ctelcofacades.data.TmaAbstractOrderChargePriceData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TmaAbstractOrderOneTimeChargePriceData,TmaAbstractOrderRecurringChargePriceData,TmaAbstractOrderUsageChargePriceData
public class TmaAbstractOrderChargePriceData extends TmaAbstractOrderComponentPriceData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TmaAbstractOrderChargePriceData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingTimeDatagetBillingTime()PriceDatagetDutyFreeAmount()PriceDatagetTaxIncludedAmount()PriceDatagetTaxRate()TmaAbstractOrderPriceTypegetTypeOfPrice()voidsetBillingTime(BillingTimeData billingTime)voidsetDutyFreeAmount(PriceData dutyFreeAmount)voidsetTaxIncludedAmount(PriceData taxIncludedAmount)voidsetTaxRate(PriceData taxRate)voidsetTypeOfPrice(TmaAbstractOrderPriceType typeOfPrice)-
Methods inherited from class de.hybris.platform.b2ctelcofacades.data.TmaAbstractOrderPriceData
getId, setId
-
-
-
-
Method Detail
-
setDutyFreeAmount
public void setDutyFreeAmount(PriceData dutyFreeAmount)
-
getDutyFreeAmount
public PriceData getDutyFreeAmount()
-
setTaxIncludedAmount
public void setTaxIncludedAmount(PriceData taxIncludedAmount)
-
getTaxIncludedAmount
public PriceData getTaxIncludedAmount()
-
setTaxRate
public void setTaxRate(PriceData taxRate)
-
getTaxRate
public PriceData getTaxRate()
-
setBillingTime
public void setBillingTime(BillingTimeData billingTime)
-
getBillingTime
public BillingTimeData getBillingTime()
-
setTypeOfPrice
public void setTypeOfPrice(TmaAbstractOrderPriceType typeOfPrice)
-
getTypeOfPrice
public TmaAbstractOrderPriceType getTypeOfPrice()
-
-