Class ShoppingPriceModificationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.shoppingservices.model.order.ShoppingPriceModificationModel
- All Implemented Interfaces:
Serializable
Generated model class for type ShoppingPriceModification first defined at extension shoppingservices.
This type contains the shopping price modification info.
- 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 relationAbstractOrderEntryShoppingPriceModificationRelationdefining source attributeentriesin extensionshoppingservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofShoppingPriceModification.amountattribute defined at extensionshoppingservices.static final StringGenerated constant - Attribute key ofShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices.static final StringGenerated constant - Attribute key ofShoppingPriceModification.entriesattribute defined at extensionshoppingservices.static final StringGenerated constant - Attribute key ofShoppingPriceModification.typeattribute defined at extensionshoppingservices.Fields 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.Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersShoppingPriceModificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theShoppingPriceModification.amountattribute defined at extensionshoppingservices.Generated method - Getter of theShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices.Generated method - Getter of theShoppingPriceModification.entriesattribute defined at extensionshoppingservices.getType()Generated method - Getter of theShoppingPriceModification.typeattribute defined at extensionshoppingservices.voidGenerated method - Setter ofShoppingPriceModification.amountattribute defined at extensionshoppingservices.voidsetDescriptions(List<String> value) Generated method - Setter ofShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices.voidGenerated method - Setter ofShoppingPriceModification.entriesattribute defined at extensionshoppingservices.voidGenerated method - Setter ofShoppingPriceModification.typeattribute defined at extensionshoppingservices.Methods 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:
-
_ABSTRACTORDERENTRYSHOPPINGPRICEMODIFICATIONRELATION
Generated relation code constant for relationAbstractOrderEntryShoppingPriceModificationRelationdefining source attributeentriesin extensionshoppingservices.- See Also:
-
AMOUNT
Generated constant - Attribute key ofShoppingPriceModification.amountattribute defined at extensionshoppingservices.- See Also:
-
DESCRIPTIONS
Generated constant - Attribute key ofShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices.- See Also:
-
TYPE
Generated constant - Attribute key ofShoppingPriceModification.typeattribute defined at extensionshoppingservices.- See Also:
-
ENTRIES
Generated constant - Attribute key ofShoppingPriceModification.entriesattribute defined at extensionshoppingservices.- See Also:
-
-
Constructor Details
-
ShoppingPriceModificationModel
public ShoppingPriceModificationModel()Generated constructor - Default constructor for generic creation. -
ShoppingPriceModificationModel
public ShoppingPriceModificationModel(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
-
ShoppingPriceModificationModel
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
-
getAmount
Generated method - Getter of theShoppingPriceModification.amountattribute defined at extensionshoppingservices.- Returns:
- the amount
-
getDescriptions
Generated method - Getter of theShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the descriptions
-
getEntries
Generated method - Getter of theShoppingPriceModification.entriesattribute defined at extensionshoppingservices.- Returns:
- the entries
-
getType
Generated method - Getter of theShoppingPriceModification.typeattribute defined at extensionshoppingservices.- Returns:
- the type
-
setAmount
Generated method - Setter ofShoppingPriceModification.amountattribute defined at extensionshoppingservices.- Parameters:
value- the amount
-
setDescriptions
Generated method - Setter ofShoppingPriceModification.descriptionsattribute defined at extensionshoppingservices.- Parameters:
value- the descriptions
-
setEntries
Generated method - Setter ofShoppingPriceModification.entriesattribute defined at extensionshoppingservices.- Parameters:
value- the entries
-
setType
Generated method - Setter ofShoppingPriceModification.typeattribute defined at extensionshoppingservices.- Parameters:
value- the type
-