Class TmaSimpleProductOfferingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaOperationalProductOfferingModel, TmaPoVariantModel

public class TmaSimpleProductOfferingModel extends TmaProductOfferingModel
Generated model class for type TmaSimpleProductOffering first defined at extension tuadatacommonsservices.

Atomic entity of a Product Offering.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _TMABPOPRECONFIG2TMASIMPLEPRODUCTOFFERINGRELATION
      Generated relation code constant for relation TmaBpoPreConfig2TmaSimpleProductOfferingRelation defining source attribute preConfigurations in extension tuadatacommonsservices.
      See Also:
    • TMAPOVARIANTS

      public static final String TMAPOVARIANTS
      Generated constant - Attribute key of TmaSimpleProductOffering.tmaPoVariants attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRECONFIGURATIONS

      public static final String PRECONFIGURATIONS
      Generated constant - Attribute key of TmaSimpleProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaSimpleProductOfferingModel

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

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

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

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

    • getPreConfigurations

      @Accessor(qualifier="preConfigurations", type=GETTER) public Collection<TmaBpoPreConfigModel> getPreConfigurations()
      Generated method - Getter of the TmaSimpleProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the preConfigurations - the pre configuration bpo associated with SPO
    • getTmaPoVariants

      @Accessor(qualifier="tmaPoVariants", type=GETTER) public Collection<TmaPoVariantModel> getTmaPoVariants()
      Generated method - Getter of the TmaSimpleProductOffering.tmaPoVariants attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the tmaPoVariants - Product Offering variants.
    • setPreConfigurations

      @Accessor(qualifier="preConfigurations", type=SETTER) public void setPreConfigurations(Collection<TmaBpoPreConfigModel> value)
      Generated method - Setter of TmaSimpleProductOffering.preConfigurations attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the preConfigurations - the pre configuration bpo associated with SPO
    • setTmaPoVariants

      @Accessor(qualifier="tmaPoVariants", type=SETTER) public void setTmaPoVariants(Collection<TmaPoVariantModel> value)
      Generated method - Setter of TmaSimpleProductOffering.tmaPoVariants attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the tmaPoVariants - Product Offering variants.