Class TmaBundledProdOfferOptionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaBundledProdOfferOptionModel
All Implemented Interfaces:
Serializable

public class TmaBundledProdOfferOptionModel extends ItemModel
Generated model class for type TmaBundledProdOfferOption first defined at extension tuadatacommonsservices.

Entity representing the cardinality of a Product Offering part of a Bundled Product Offering.

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 TmaBundledProductOffering2TmaBundledProdOfferOptionRelation defining source attribute bundledProductOffering in extension tuadatacommonsservices.
    static final String
    Generated relation code constant for relation TmaProductOffering2TmaBundledProdOfferOptionRelation defining source attribute productOffering in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.

    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.
    TmaBundledProdOfferOptionModel(TmaBundledProductOfferingModel _bundledProductOffering, CatalogVersionModel _catalogVersion, Integer _default, Integer _lowerLimit, TmaProductOfferingModel _productOffering)
    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
    TmaBundledProdOfferOptionModel(TmaBundledProductOfferingModel _bundledProductOffering, CatalogVersionModel _catalogVersion, Integer _default, Integer _lowerLimit, ItemModel _owner, TmaProductOfferingModel _productOffering)
    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
    TmaBundledProdOfferOptionModel(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 TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Initial setter of TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.

    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:
    • _TMABUNDLEDPRODUCTOFFERING2TMABUNDLEDPRODOFFEROPTIONRELATION

      public static final String _TMABUNDLEDPRODUCTOFFERING2TMABUNDLEDPRODOFFEROPTIONRELATION
      Generated relation code constant for relation TmaBundledProductOffering2TmaBundledProdOfferOptionRelation defining source attribute bundledProductOffering in extension tuadatacommonsservices.
      See Also:
    • _TMAPRODUCTOFFERING2TMABUNDLEDPRODOFFEROPTIONRELATION

      public static final String _TMAPRODUCTOFFERING2TMABUNDLEDPRODOFFEROPTIONRELATION
      Generated relation code constant for relation TmaProductOffering2TmaBundledProdOfferOptionRelation defining source attribute productOffering in extension tuadatacommonsservices.
      See Also:
    • LOWERLIMIT

      public static final String LOWERLIMIT
      Generated constant - Attribute key of TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
      See Also:
    • UPPERLIMIT

      public static final String UPPERLIMIT
      Generated constant - Attribute key of TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.
      See Also:
    • DEFAULT

      public static final String DEFAULT
      Generated constant - Attribute key of TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices.
      See Also:
    • BUNDLEDPRODUCTOFFERING

      public static final String BUNDLEDPRODUCTOFFERING
      Generated constant - Attribute key of TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRODUCTOFFERING

      public static final String PRODUCTOFFERING
      Generated constant - Attribute key of TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaBundledProdOfferOptionModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBundledProdOfferOptionModel(TmaBundledProductOfferingModel _bundledProductOffering, CatalogVersionModel _catalogVersion, Integer _default, Integer _lowerLimit, TmaProductOfferingModel _productOffering)
      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:
      _bundledProductOffering - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _catalogVersion - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _default - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _lowerLimit - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _productOffering - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
    • TmaBundledProdOfferOptionModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBundledProdOfferOptionModel(TmaBundledProductOfferingModel _bundledProductOffering, CatalogVersionModel _catalogVersion, Integer _default, Integer _lowerLimit, ItemModel _owner, TmaProductOfferingModel _productOffering)
      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:
      _bundledProductOffering - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _catalogVersion - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _default - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _lowerLimit - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
      _productOffering - initial attribute declared by type TmaBundledProdOfferOption at extension tuadatacommonsservices
  • Method Details

    • getBundledProductOffering

      @Accessor(qualifier="bundledProductOffering", type=GETTER) public TmaBundledProductOfferingModel getBundledProductOffering()
      Generated method - Getter of the TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
      Returns:
      the bundledProductOffering - Bundled Product Offering for which the Bundled Product Offering Option are configured.
    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices.
      Returns:
      the catalogVersion - Catalog Version
    • getDefault

      @Accessor(qualifier="default", type=GETTER) public Integer getDefault()
      Generated method - Getter of the TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
      Returns:
      the default - Represents the default number of Product Offering to be purchased part of that Bundled Product Offering.
    • getLowerLimit

      @Accessor(qualifier="lowerLimit", type=GETTER) public Integer getLowerLimit()
      Generated method - Getter of the TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
      Returns:
      the lowerLimit - Represents the minimum number of Product Offering which must be purchased part of that Bundled Product Offering.
    • getProductOffering

      @Accessor(qualifier="productOffering", type=GETTER) public TmaProductOfferingModel getProductOffering()
      Generated method - Getter of the TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
      Returns:
      the productOffering - Product Offering for which the Bundled Product Offering Option are configured.
    • getUpperLimit

      @Accessor(qualifier="upperLimit", type=GETTER) public Integer getUpperLimit()
      Generated method - Getter of the TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.
      Returns:
      the upperLimit - Represents the maximum number of Product Offering which can be purchased part of that Bundled Product Offering.
    • setBundledProductOffering

      @Accessor(qualifier="bundledProductOffering", type=SETTER) public void setBundledProductOffering(TmaBundledProductOfferingModel value)
      Generated method - Setter of TmaBundledProdOfferOption.bundledProductOffering attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the bundledProductOffering - Bundled Product Offering for which the Bundled Product Offering Option are configured.
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Initial setter of TmaBundledProdOfferOption.catalogVersion attribute defined at extension tuadatacommonsservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the catalogVersion - Catalog Version
    • setDefault

      @Accessor(qualifier="default", type=SETTER) public void setDefault(Integer value)
      Generated method - Setter of TmaBundledProdOfferOption.default attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the default - Represents the default number of Product Offering to be purchased part of that Bundled Product Offering.
    • setLowerLimit

      @Accessor(qualifier="lowerLimit", type=SETTER) public void setLowerLimit(Integer value)
      Generated method - Setter of TmaBundledProdOfferOption.lowerLimit attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the lowerLimit - Represents the minimum number of Product Offering which must be purchased part of that Bundled Product Offering.
    • setProductOffering

      @Accessor(qualifier="productOffering", type=SETTER) public void setProductOffering(TmaProductOfferingModel value)
      Generated method - Setter of TmaBundledProdOfferOption.productOffering attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the productOffering - Product Offering for which the Bundled Product Offering Option are configured.
    • setUpperLimit

      @Accessor(qualifier="upperLimit", type=SETTER) public void setUpperLimit(Integer value)
      Generated method - Setter of TmaBundledProdOfferOption.upperLimit attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the upperLimit - Represents the maximum number of Product Offering which can be purchased part of that Bundled Product Offering.