Class OneTimePriceChargeWsDTO
- java.lang.Object
-
- de.hybris.platform.b2ctelcooccaddon.dto.ProductOfferingPriceWsDTO
-
- de.hybris.platform.b2ctelcooccaddon.dto.OneTimePriceChargeWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class OneTimePriceChargeWsDTO extends ProductOfferingPriceWsDTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneTimePriceChargeWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBillingEvent()voidsetBillingEvent(java.lang.String billingEvent)-
Methods inherited from class de.hybris.platform.b2ctelcooccaddon.dto.ProductOfferingPriceWsDTO
getBundledPop, getChannel, getChargeType, getCycle, getId, getIsBundle, getIsPriceOverride, getLifecycleStatus, getModifiedTime, getName, getPoRelationship, getPrice, getProcessType, getProductOfferingTerm, getRecurringChargePeriodLength, getRecurringChargePeriodType, getRegion, getTierEnd, getTierStart, getUnitOfMeasure, getUsageType, getUsageUnit, getUser, getUserPriceGroupID, getValidFor, setBundledPop, setChannel, setChargeType, setCycle, setId, setIsBundle, setIsPriceOverride, setLifecycleStatus, setModifiedTime, setName, setPoRelationship, setPrice, setProcessType, setProductOfferingTerm, setRecurringChargePeriodLength, setRecurringChargePeriodType, setRegion, setTierEnd, setTierStart, setUnitOfMeasure, setUsageType, setUsageUnit, setUser, setUserPriceGroupID, setValidFor
-
-
-
-
Method Detail
-
setBillingEvent
public void setBillingEvent(java.lang.String billingEvent)
- Overrides:
setBillingEventin classProductOfferingPriceWsDTO
-
getBillingEvent
public java.lang.String getBillingEvent()
- Overrides:
getBillingEventin classProductOfferingPriceWsDTO
-
-