Class SpiCompositeProdPriceModel
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.SpiCompositeProdPriceModel
- All Implemented Interfaces:
Serializable
@Deprecated(since="2208",
forRemoval=true)
public class SpiCompositeProdPriceModel
extends SpiProductPriceModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiCompositeProdPrice 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 ofSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices.Fields 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.SpiCompositeProdPriceModel(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 parametersSpiCompositeProdPriceModel(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 theSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices.voidsetChildPrices(Set<SpiProductPriceModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices.Methods 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:
-
CHILDPRICES
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices.- See Also:
-
-
Constructor Details
-
SpiCompositeProdPriceModel
public SpiCompositeProdPriceModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
SpiCompositeProdPriceModel
public SpiCompositeProdPriceModel(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
-
SpiCompositeProdPriceModel
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
-
getChildPrices
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the childPrices - The product price representing the child of the composite product price.
-
setChildPrices
@Accessor(qualifier="childPrices", type=SETTER) public void setChildPrices(Set<SpiProductPriceModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiCompositeProdPrice.childPricesattribute defined at extensionsubscribedproductservices.- Parameters:
value- the childPrices - The product price representing the child of the composite product price.
-