Class ShoppingBaggageProductModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllowanceProductModel, CarryOnAllowanceProductModel

public class ShoppingBaggageProductModel extends BaggageProductModel
Generated model class for type ShoppingBaggageProduct first defined at extension shoppingservices.

This type represents the shopping baggage products.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SHOPPINGREFERENCE
      Generated constant - Attribute key of ShoppingBaggageProduct.shoppingReference attribute defined at extension shoppingservices.
      See Also:
    • REFUNDREISSUETYPE

      public static final String REFUNDREISSUETYPE
      Generated constant - Attribute key of ShoppingBaggageProduct.refundReissueType attribute defined at extension prosservices.
      See Also:
  • Constructor Details

    • ShoppingBaggageProductModel

      public ShoppingBaggageProductModel()
      Generated constructor - Default constructor for generic creation.
    • ShoppingBaggageProductModel

      public ShoppingBaggageProductModel(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
    • ShoppingBaggageProductModel

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingBaggageProductModel(CatalogVersionModel _catalogVersion, String _code)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type Product at extension catalog
      _code - initial attribute declared by type Product at extension core
    • ShoppingBaggageProductModel

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingBaggageProductModel(CatalogVersionModel _catalogVersion, String _code, 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:
      _catalogVersion - initial attribute declared by type Product at extension catalog
      _code - initial attribute declared by type Product at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getRefundReissueType

      @Accessor(qualifier="refundReissueType", type=GETTER) public RefundReissueType getRefundReissueType()
      Generated method - Getter of the ShoppingBaggageProduct.refundReissueType attribute defined at extension prosservices.
      Returns:
      the refundReissueType
    • getShoppingReference

      @Accessor(qualifier="shoppingReference", type=GETTER) public String getShoppingReference()
      Generated method - Getter of the ShoppingBaggageProduct.shoppingReference attribute defined at extension shoppingservices.
      Returns:
      the shoppingReference
    • setRefundReissueType

      @Accessor(qualifier="refundReissueType", type=SETTER) public void setRefundReissueType(RefundReissueType value)
      Generated method - Setter of ShoppingBaggageProduct.refundReissueType attribute defined at extension prosservices.
      Parameters:
      value - the refundReissueType
    • setShoppingReference

      @Accessor(qualifier="shoppingReference", type=SETTER) public void setShoppingReference(String value)
      Generated method - Setter of ShoppingBaggageProduct.shoppingReference attribute defined at extension shoppingservices.
      Parameters:
      value - the shoppingReference