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

public class ShoppingPriceModificationModel extends ItemModel
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation AbstractOrderEntryShoppingPriceModificationRelation defining source attribute entries in extension shoppingservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ShoppingPriceModification.amount attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingPriceModification.descriptions attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingPriceModification.entries attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingPriceModification.type attribute defined at extension shoppingservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated 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 parameters
    ShoppingPriceModificationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ShoppingPriceModification.amount attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingPriceModification.descriptions attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingPriceModification.entries attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingPriceModification.type attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingPriceModification.amount attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingPriceModification.descriptions attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingPriceModification.entries attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingPriceModification.type attribute defined at extension shoppingservices.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _ABSTRACTORDERENTRYSHOPPINGPRICEMODIFICATIONRELATION

      public static final String _ABSTRACTORDERENTRYSHOPPINGPRICEMODIFICATIONRELATION
      Generated relation code constant for relation AbstractOrderEntryShoppingPriceModificationRelation defining source attribute entries in extension shoppingservices.
      See Also:
    • AMOUNT

      public static final String AMOUNT
      Generated constant - Attribute key of ShoppingPriceModification.amount attribute defined at extension shoppingservices.
      See Also:
    • DESCRIPTIONS

      public static final String DESCRIPTIONS
      Generated constant - Attribute key of ShoppingPriceModification.descriptions attribute defined at extension shoppingservices.
      See Also:
    • TYPE

      public static final String TYPE
      Generated constant - Attribute key of ShoppingPriceModification.type attribute defined at extension shoppingservices.
      See Also:
    • ENTRIES

      public static final String ENTRIES
      Generated constant - Attribute key of ShoppingPriceModification.entries attribute defined at extension shoppingservices.
      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(since="4.1.1", forRemoval=true) public ShoppingPriceModificationModel(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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAmount

      @Accessor(qualifier="amount", type=GETTER) public Double getAmount()
      Generated method - Getter of the ShoppingPriceModification.amount attribute defined at extension shoppingservices.
      Returns:
      the amount
    • getDescriptions

      @Accessor(qualifier="descriptions", type=GETTER) public List<String> getDescriptions()
      Generated method - Getter of the ShoppingPriceModification.descriptions attribute defined at extension shoppingservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the descriptions
    • getEntries

      @Accessor(qualifier="entries", type=GETTER) public AbstractOrderEntryModel getEntries()
      Generated method - Getter of the ShoppingPriceModification.entries attribute defined at extension shoppingservices.
      Returns:
      the entries
    • getType

      @Accessor(qualifier="type", type=GETTER) public ShoppingPriceModificationType getType()
      Generated method - Getter of the ShoppingPriceModification.type attribute defined at extension shoppingservices.
      Returns:
      the type
    • setAmount

      @Accessor(qualifier="amount", type=SETTER) public void setAmount(Double value)
      Generated method - Setter of ShoppingPriceModification.amount attribute defined at extension shoppingservices.
      Parameters:
      value - the amount
    • setDescriptions

      @Accessor(qualifier="descriptions", type=SETTER) public void setDescriptions(List<String> value)
      Generated method - Setter of ShoppingPriceModification.descriptions attribute defined at extension shoppingservices.
      Parameters:
      value - the descriptions
    • setEntries

      @Accessor(qualifier="entries", type=SETTER) public void setEntries(AbstractOrderEntryModel value)
      Generated method - Setter of ShoppingPriceModification.entries attribute defined at extension shoppingservices.
      Parameters:
      value - the entries
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(ShoppingPriceModificationType value)
      Generated method - Setter of ShoppingPriceModification.type attribute defined at extension shoppingservices.
      Parameters:
      value - the type