Class ShoppingFareProductModel

All Implemented Interfaces:
Serializable

public class ShoppingFareProductModel extends FareProductModel
Generated model class for type ShoppingFareProduct first defined at extension shoppingservices.

This type represents the shopping fare products.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SHOPPINGFAREREFERENCE
      Generated constant - Attribute key of ShoppingFareProduct.shoppingFareReference attribute defined at extension shoppingservices.
      See Also:
    • APIUSER

      public static final String APIUSER
      Generated constant - Attribute key of ShoppingFareProduct.apiUser attribute defined at extension prosservices.
      See Also:
  • Constructor Details

    • ShoppingFareProductModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingFareProductModel(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
    • ShoppingFareProductModel

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingFareProductModel(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

    • getApiUser

      @Accessor(qualifier="apiUser", type=GETTER) public APIUserModel getApiUser()
      Generated method - Getter of the ShoppingFareProduct.apiUser attribute defined at extension prosservices.
      Returns:
      the apiUser
    • getShoppingFareReference

      @Accessor(qualifier="shoppingFareReference", type=GETTER) public String getShoppingFareReference()
      Generated method - Getter of the ShoppingFareProduct.shoppingFareReference attribute defined at extension shoppingservices.
      Returns:
      the shoppingFareReference
    • setApiUser

      @Accessor(qualifier="apiUser", type=SETTER) public void setApiUser(APIUserModel value)
      Generated method - Setter of ShoppingFareProduct.apiUser attribute defined at extension prosservices.
      Parameters:
      value - the apiUser
    • setShoppingFareReference

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