Class TmaComponentProdOfferPriceModel
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TmaAbstractProdOfferPriceChargeModel,TmaProdOfferPriceAlterationModel
Generated model class for type TmaComponentProdOfferPrice first defined at extension tuadatacommonsservices.
Component Product Offering Price.
- 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 StringGenerated relation code constant for relationTmaPricingLogicAlgorithm2TmaComponentProdOfferPriceRelationdefining source attributepricingLogicAlgorithmin extensiontuadatacommonsservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.static final StringGenerated constant - Attribute key ofTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
_TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE, APPROVALSTATUS, CATALOGVERSION, COMPOSITEPRODOFFERPRICES, DESCRIPTION, ID, NAME, PRICEEVENT, PRICEROWS, PRODUCTSPECCHARACTERISTICVALUES, PRODUCTSPECCHARACTERISTICVALUEUSESFields 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
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TmaComponentProdOfferPriceModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaComponentProdOfferPriceModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id, 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 parametersTmaComponentProdOfferPriceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.Generated method - Getter of theTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.getValue()Generated method - Getter of theTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.voidsetCurrency(CurrencyModel value) Generated method - Setter ofTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.voidGenerated method - Setter ofTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
getApprovalStatus, getCatalogVersion, getCompositeProdOfferPrices, getDescription, getDescription, getId, getName, getName, getPriceEvent, getPriceRows, getProductSpecCharacteristicValues, getProductSpecCharacteristicValueUses, setApprovalStatus, setCatalogVersion, setCompositeProdOfferPrices, setDescription, setDescription, setId, setName, setName, setPriceEvent, setPriceRows, setProductSpecCharacteristicValues, setProductSpecCharacteristicValueUsesMethods 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
Generated model type code constant.- See Also:
-
_TMAPRICINGLOGICALGORITHM2TMACOMPONENTPRODOFFERPRICERELATION
Generated relation code constant for relationTmaPricingLogicAlgorithm2TmaComponentProdOfferPriceRelationdefining source attributepricingLogicAlgorithmin extensiontuadatacommonsservices.- See Also:
-
VALUE
Generated constant - Attribute key ofTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.- See Also:
-
CURRENCY
Generated constant - Attribute key ofTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.- See Also:
-
PRICINGLOGICALGORITHM
Generated constant - Attribute key ofTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.- See Also:
-
-
Constructor Details
-
TmaComponentProdOfferPriceModel
public TmaComponentProdOfferPriceModel()Generated constructor - Default constructor for generic creation. -
TmaComponentProdOfferPriceModel
public TmaComponentProdOfferPriceModel(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
-
TmaComponentProdOfferPriceModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaComponentProdOfferPriceModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id) 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 extensiontuadatacommonsservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensiontuadatacommonsservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensiontuadatacommonsservices
-
TmaComponentProdOfferPriceModel
@Deprecated(since="4.1.1", forRemoval=true) public TmaComponentProdOfferPriceModel(CatalogVersionModel _catalogVersion, CurrencyModel _currency, String _id, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeTmaProductOfferingPriceat extensiontuadatacommonsservices_currency- initial attribute declared by typeTmaComponentProdOfferPriceat extensiontuadatacommonsservices_id- initial attribute declared by typeTmaProductOfferingPriceat extensiontuadatacommonsservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCurrency
Generated method - Getter of theTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.- Returns:
- the currency - The currency of the price
-
getPricingLogicAlgorithm
@Accessor(qualifier="pricingLogicAlgorithm", type=GETTER) public TmaPricingLogicAlgorithmModel getPricingLogicAlgorithm()Generated method - Getter of theTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.- Returns:
- the pricingLogicAlgorithm - The black box algorithm responsible for determining the rate associated to this Product Offering Price.
-
getValue
Generated method - Getter of theTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.- Returns:
- the value - The numeric value of the component price.
-
setCurrency
Generated method - Setter ofTmaComponentProdOfferPrice.currencyattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the currency - The currency of the price
-
setPricingLogicAlgorithm
@Accessor(qualifier="pricingLogicAlgorithm", type=SETTER) public void setPricingLogicAlgorithm(TmaPricingLogicAlgorithmModel value) Generated method - Setter ofTmaComponentProdOfferPrice.pricingLogicAlgorithmattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the pricingLogicAlgorithm - The black box algorithm responsible for determining the rate associated to this Product Offering Price.
-
setValue
Generated method - Setter ofTmaComponentProdOfferPrice.valueattribute defined at extensiontuadatacommonsservices.- Parameters:
value- the value - The numeric value of the component price.
-