Class RecurringChargeCartCostWsDTO
- java.lang.Object
-
- de.hybris.platform.b2ctelcooccaddon.dto.CartCostWsDTO
-
- de.hybris.platform.b2ctelcooccaddon.dto.RecurringChargeCartCostWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class RecurringChargeCartCostWsDTO extends CartCostWsDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecurringChargeCartCostWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CycleWsDTOgetCycle()voidsetCycle(CycleWsDTO cycle)-
Methods inherited from class de.hybris.platform.b2ctelcooccaddon.dto.CartCostWsDTO
getCartPrice, getDescription, getDutyFreeAmount, getId, getName, getPercentage, getPriceAlteration, getPriceType, getRecurringChargePeriod, getTaxIncludedAmount, getTaxRate, getUnitOfMeasure, setCartPrice, setDescription, setDutyFreeAmount, setId, setName, setPercentage, setPriceAlteration, setPriceType, setRecurringChargePeriod, setTaxIncludedAmount, setTaxRate, setUnitOfMeasure
-
-
-
-
Method Detail
-
setCycle
public void setCycle(CycleWsDTO cycle)
-
getCycle
public CycleWsDTO getCycle()
-
-