Class RecurringPriceChargeWsDTO
- java.lang.Object
-
- de.hybris.platform.b2ctelcooccaddon.dto.ProductOfferingPriceWsDTO
-
- de.hybris.platform.b2ctelcooccaddon.dto.RecurringPriceChargeWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class RecurringPriceChargeWsDTO extends ProductOfferingPriceWsDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecurringPriceChargeWsDTO()
-
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.ProductOfferingPriceWsDTO
getBillingEvent, getBundledPop, getChannel, getChargeType, getId, getIsBundle, getIsPriceOverride, getLifecycleStatus, getModifiedTime, getName, getPoRelationship, getPrice, getProcessType, getProductOfferingTerm, getRecurringChargePeriodLength, getRecurringChargePeriodType, getRegion, getTierEnd, getTierStart, getUnitOfMeasure, getUsageType, getUsageUnit, getUser, getUserPriceGroupID, getValidFor, setBillingEvent, setBundledPop, setChannel, setChargeType, setId, setIsBundle, setIsPriceOverride, setLifecycleStatus, setModifiedTime, setName, setPoRelationship, setPrice, setProcessType, setProductOfferingTerm, setRecurringChargePeriodLength, setRecurringChargePeriodType, setRegion, setTierEnd, setTierStart, setUnitOfMeasure, setUsageType, setUsageUnit, setUser, setUserPriceGroupID, setValidFor
-
-
-
-
Method Detail
-
setCycle
public void setCycle(CycleWsDTO cycle)
- Overrides:
setCyclein classProductOfferingPriceWsDTO
-
getCycle
public CycleWsDTO getCycle()
- Overrides:
getCyclein classProductOfferingPriceWsDTO
-
-