Class PoSearchByConsumptionComponentModel

All Implemented Interfaces:
Serializable

public class PoSearchByConsumptionComponentModel extends SimpleCMSComponentModel
Generated model class for type PoSearchByConsumptionComponent first defined at extension b2ctelcocms.

SPA Component used for the customer to be able to choose a predefined consumption and search POs based on it.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PRODUCTSPECIFICATION
      Generated constant - Attribute key of PoSearchByConsumptionComponent.productSpecification attribute defined at extension b2ctelcocms.
      See Also:
    • USAGEUNIT

      public static final String USAGEUNIT
      Generated constant - Attribute key of PoSearchByConsumptionComponent.usageUnit attribute defined at extension b2ctelcocms.
      See Also:
    • BILLINGFREQUENCY

      public static final String BILLINGFREQUENCY
      Generated constant - Attribute key of PoSearchByConsumptionComponent.billingFrequency attribute defined at extension b2ctelcocms.
      See Also:
    • SLIDEROPTIONCOMPONENTS

      public static final String SLIDEROPTIONCOMPONENTS
      Generated constant - Attribute key of PoSearchByConsumptionComponent.sliderOptionComponents attribute defined at extension b2ctelcocms.
      See Also:
  • Constructor Details

    • PoSearchByConsumptionComponentModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public PoSearchByConsumptionComponentModel(CatalogVersionModel _catalogVersion, String _uid)
      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 CMSItem at extension cms2
      _uid - initial attribute declared by type CMSItem at extension cms2
    • PoSearchByConsumptionComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public PoSearchByConsumptionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
      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 CMSItem at extension cms2
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2
  • Method Details

    • getBillingFrequency

      @Accessor(qualifier="billingFrequency", type=GETTER) public BillingFrequencyModel getBillingFrequency()
      Generated method - Getter of the PoSearchByConsumptionComponent.billingFrequency attribute defined at extension b2ctelcocms.
      Returns:
      the billingFrequency
    • getProductSpecification

      @Accessor(qualifier="productSpecification", type=GETTER) public TmaProductSpecificationModel getProductSpecification()
      Generated method - Getter of the PoSearchByConsumptionComponent.productSpecification attribute defined at extension b2ctelcocms.
      Returns:
      the productSpecification
    • getSliderOptionComponents

      @Accessor(qualifier="sliderOptionComponents", type=GETTER) public Set<SliderOptionComponentModel> getSliderOptionComponents()
      Generated method - Getter of the PoSearchByConsumptionComponent.sliderOptionComponents attribute defined at extension b2ctelcocms. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sliderOptionComponents
    • getUsageUnit

      @Accessor(qualifier="usageUnit", type=GETTER) public UsageUnitModel getUsageUnit()
      Generated method - Getter of the PoSearchByConsumptionComponent.usageUnit attribute defined at extension b2ctelcocms.
      Returns:
      the usageUnit
    • setBillingFrequency

      @Accessor(qualifier="billingFrequency", type=SETTER) public void setBillingFrequency(BillingFrequencyModel value)
      Generated method - Setter of PoSearchByConsumptionComponent.billingFrequency attribute defined at extension b2ctelcocms.
      Parameters:
      value - the billingFrequency
    • setProductSpecification

      @Accessor(qualifier="productSpecification", type=SETTER) public void setProductSpecification(TmaProductSpecificationModel value)
      Generated method - Setter of PoSearchByConsumptionComponent.productSpecification attribute defined at extension b2ctelcocms.
      Parameters:
      value - the productSpecification
    • setSliderOptionComponents

      @Accessor(qualifier="sliderOptionComponents", type=SETTER) public void setSliderOptionComponents(Set<SliderOptionComponentModel> value)
      Generated method - Setter of PoSearchByConsumptionComponent.sliderOptionComponents attribute defined at extension b2ctelcocms.
      Parameters:
      value - the sliderOptionComponents
    • setUsageUnit

      @Accessor(qualifier="usageUnit", type=SETTER) public void setUsageUnit(UsageUnitModel value)
      Generated method - Setter of PoSearchByConsumptionComponent.usageUnit attribute defined at extension b2ctelcocms.
      Parameters:
      value - the usageUnit