Class TmaRecurringProdOfferPriceChargeModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaAbstractProdOfferPriceChargeModel
-
- de.hybris.platform.b2ctelcoservices.model.TmaRecurringProdOfferPriceChargeModel
-
- All Implemented Interfaces:
java.io.Serializable
public class TmaRecurringProdOfferPriceChargeModel extends TmaAbstractProdOfferPriceChargeModel
Generated model class for type TmaRecurringProdOfferPriceCharge first defined at extension b2ctelcoservices.Recurring Product Offering Price Charge.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCYCLEENDGenerated constant - Attribute key ofTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.static java.lang.StringCYCLESTARTGenerated constant - Attribute key ofTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.-
Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
CURRENCY, VALUE
-
Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
_TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE, CATALOGVERSION, COMPOSITEPRODOFFERPRICES, DESCRIPTION, ID, NAME, PRICEEVENT, PRICEROWS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
-
Constructor Summary
Constructors Constructor Description TmaRecurringProdOfferPriceChargeModel()Generated constructor - Default constructor for generic creation.TmaRecurringProdOfferPriceChargeModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.Integer _cycleStart, java.lang.String _id, ItemModel _owner, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaRecurringProdOfferPriceChargeModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.Integer _cycleStart, java.lang.String _id, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaRecurringProdOfferPriceChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCycleEnd()Generated method - Getter of theTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.java.lang.IntegergetCycleStart()Generated method - Getter of theTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.BillingFrequencyModelgetPriceEvent()Generated method - Getter of theTmaProductOfferingPrice.priceEventattribute defined at extensionb2ctelcoservicesand redeclared at extensionb2ctelcoservices.voidsetCycleEnd(java.lang.Integer value)Generated method - Setter ofTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.voidsetCycleStart(java.lang.Integer value)Generated method - Setter ofTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.voidsetPriceEvent(BillingTimeModel value)Generated method - Setter ofTmaProductOfferingPrice.priceEventattribute defined at extensionb2ctelcoservicesand redeclared at extensionb2ctelcoservices.-
Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaComponentProdOfferPriceModel
getCurrency, getValue, setCurrency, setValue
-
Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
getCatalogVersion, getCompositeProdOfferPrices, getDescription, getDescription, getId, getName, getName, getPriceRows, setCatalogVersion, setCompositeProdOfferPrices, setDescription, setDescription, setId, setName, setName, setPriceRows
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CYCLESTART
public static final java.lang.String CYCLESTART
Generated constant - Attribute key ofTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
CYCLEEND
public static final java.lang.String CYCLEEND
Generated constant - Attribute key ofTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TmaRecurringProdOfferPriceChargeModel
public TmaRecurringProdOfferPriceChargeModel()
Generated constructor - Default constructor for generic creation.
-
TmaRecurringProdOfferPriceChargeModel
public TmaRecurringProdOfferPriceChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
TmaRecurringProdOfferPriceChargeModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaRecurringProdOfferPriceChargeModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.Integer _cycleStart, java.lang.String _id, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogVersion- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices_cycleStart- initial attribute declared by typeTmaRecurringProdOfferPriceChargeat extensionb2ctelcoservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_value- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices
-
TmaRecurringProdOfferPriceChargeModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaRecurringProdOfferPriceChargeModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, java.lang.Integer _cycleStart, java.lang.String _id, ItemModel _owner, java.lang.Double _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices_cycleStart- initial attribute declared by typeTmaRecurringProdOfferPriceChargeat extensionb2ctelcoservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensionb2ctelcoservices_owner- initial attribute declared by typeItemat extensioncore_value- initial attribute declared by typeTmaComponentProdOfferPriceat extensionb2ctelcoservices
-
-
Method Detail
-
getCycleEnd
@Accessor(qualifier="cycleEnd", type=GETTER) public java.lang.Integer getCycleEnd()Generated method - Getter of theTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleEnd - The end of the billing cycle
-
getCycleStart
@Accessor(qualifier="cycleStart", type=GETTER) public java.lang.Integer getCycleStart()Generated method - Getter of theTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.- Returns:
- the cycleStart - The start of the billing cycle
-
getPriceEvent
@Accessor(qualifier="priceEvent", type=GETTER) public BillingFrequencyModel getPriceEvent()Generated method - Getter of theTmaProductOfferingPrice.priceEventattribute defined at extensionb2ctelcoservicesand redeclared at extensionb2ctelcoservices.- Overrides:
getPriceEventin classTmaProductOfferingPriceModel- Returns:
- the priceEvent - The price event of the charge. Redeclared as for recurring charges it can only be a recurring event.
-
setCycleEnd
@Accessor(qualifier="cycleEnd", type=SETTER) public void setCycleEnd(java.lang.Integer value)Generated method - Setter ofTmaRecurringProdOfferPriceCharge.cycleEndattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleEnd - The end of the billing cycle
-
setCycleStart
@Accessor(qualifier="cycleStart", type=SETTER) public void setCycleStart(java.lang.Integer value)Generated method - Setter ofTmaRecurringProdOfferPriceCharge.cycleStartattribute defined at extensionb2ctelcoservices.- Parameters:
value- the cycleStart - The start of the billing cycle
-
setPriceEvent
@Accessor(qualifier="priceEvent", type=SETTER) public void setPriceEvent(BillingTimeModel value)Generated method - Setter ofTmaProductOfferingPrice.priceEventattribute defined at extensionb2ctelcoservicesand redeclared at extensionb2ctelcoservices. Will only accept values of typeBillingFrequencyModel.- Overrides:
setPriceEventin classTmaProductOfferingPriceModel- Parameters:
value- the priceEvent - The price event of the charge. Redeclared as for recurring charges it can only be a recurring event.
-
-