Class SpiProdPriceChargeModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscribedproductservices.model.SpiProductPriceModel
de.hybris.platform.subscribedproductservices.model.SpiComponentProdPriceModel
de.hybris.platform.subscribedproductservices.model.SpiProdPriceChargeModel
- All Implemented Interfaces:
Serializable
@Deprecated(since="2208",
forRemoval=true)
public class SpiProdPriceChargeModel
extends SpiComponentProdPriceModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiProdPriceCharge first defined at extension subscribedproductservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.Fields inherited from class de.hybris.platform.subscribedproductservices.model.SpiComponentProdPriceModel
CURRENCY, DUTYFREEAMOUNT, RECURRINGCHARGEPERIOD, TAXINCLUDEDAMOUNT, TAXRATE, UNITOFMEASUREFields inherited from class de.hybris.platform.subscribedproductservices.model.SpiProductPriceModel
_SPICOMPOSITEPRODPRICE2SPIPRODUCTPRICERELATION, _SPIPRODUCT2SPIPRODUCTPRICERELATION, BILLINGACCOUNT, COMPOSITEPRODPRICE, DESCRIPTION, ENDDATE, EXTERNALIDENTIFIERS, ID, NAME, PRODUCT, PRODUCTOFFERINGPRICE, STARTDATEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.SpiProdPriceChargeModel(ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSpiProdPriceChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.voidsetPriceType(SpiPriceType value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.Methods inherited from class de.hybris.platform.subscribedproductservices.model.SpiComponentProdPriceModel
getCurrency, getDutyFreeAmount, getRecurringChargePeriod, getTaxIncludedAmount, getTaxRate, getUnitOfMeasure, setCurrency, setDutyFreeAmount, setRecurringChargePeriod, setTaxIncludedAmount, setTaxRate, setUnitOfMeasureMethods inherited from class de.hybris.platform.subscribedproductservices.model.SpiProductPriceModel
getBillingAccount, getCompositeProdPrice, getDescription, getDescription, getEndDate, getExternalIdentifiers, getId, getName, getName, getProduct, getProductOfferingPrice, getStartDate, setBillingAccount, setCompositeProdPrice, setDescription, setDescription, setEndDate, setExternalIdentifiers, setId, setName, setName, setProduct, setProductOfferingPrice, setStartDateMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
PRICETYPE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.- See Also:
-
-
Constructor Details
-
SpiProdPriceChargeModel
public SpiProdPriceChargeModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
SpiProdPriceChargeModel
public SpiProdPriceChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SpiProdPriceChargeModel
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:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getPriceType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.- Returns:
- the priceType
-
setPriceType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProdPriceCharge.priceTypeattribute defined at extensionsubscribedproductservices.- Parameters:
value- the priceType
-