Class TmaServiceabilityBannerComponentModel

All Implemented Interfaces:
Serializable

public class TmaServiceabilityBannerComponentModel extends SimpleResponsiveBannerComponentModel
Generated model class for type TmaServiceabilityBannerComponent first defined at extension b2ctelcocms.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String BUTTONTEXT
      Generated constant - Attribute key of TmaServiceabilityBannerComponent.buttonText attribute defined at extension b2ctelcocms.
      See Also:
    • SIMPLEPRODUCTOFFERING

      public static final String SIMPLEPRODUCTOFFERING
      Generated constant - Attribute key of TmaServiceabilityBannerComponent.simpleProductOffering attribute defined at extension b2ctelcocms.
      See Also:
    • BUNDLEDPRODUCTOFFERING

      public static final String BUNDLEDPRODUCTOFFERING
      Generated constant - Attribute key of TmaServiceabilityBannerComponent.bundledProductOffering attribute defined at extension b2ctelcocms.
      See Also:
  • Constructor Details

    • TmaServiceabilityBannerComponentModel

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

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

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

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

    • getBundledProductOffering

      @Accessor(qualifier="bundledProductOffering", type=GETTER) public TmaBundledProductOfferingModel getBundledProductOffering()
      Generated method - Getter of the TmaServiceabilityBannerComponent.bundledProductOffering attribute defined at extension b2ctelcocms.
      Returns:
      the bundledProductOffering - Represents the Configuration of bundled Product Offering
    • getButtonText

      @Accessor(qualifier="buttonText", type=GETTER) public String getButtonText()
      Generated method - Getter of the TmaServiceabilityBannerComponent.buttonText attribute defined at extension b2ctelcocms.
      Returns:
      the buttonText - Represents the text of the button on Banner
    • getButtonText

      @Accessor(qualifier="buttonText", type=GETTER) public String getButtonText(Locale loc)
      Generated method - Getter of the TmaServiceabilityBannerComponent.buttonText attribute defined at extension b2ctelcocms.
      Parameters:
      loc - the value localization key
      Returns:
      the buttonText - Represents the text of the button on Banner
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getSimpleProductOffering

      @Accessor(qualifier="simpleProductOffering", type=GETTER) public TmaSimpleProductOfferingModel getSimpleProductOffering()
      Generated method - Getter of the TmaServiceabilityBannerComponent.simpleProductOffering attribute defined at extension b2ctelcocms.
      Returns:
      the simpleProductOffering - Represents the Configuration of Simple Product Offering
    • setBundledProductOffering

      @Accessor(qualifier="bundledProductOffering", type=SETTER) public void setBundledProductOffering(TmaBundledProductOfferingModel value)
      Generated method - Setter of TmaServiceabilityBannerComponent.bundledProductOffering attribute defined at extension b2ctelcocms.
      Parameters:
      value - the bundledProductOffering - Represents the Configuration of bundled Product Offering
    • setButtonText

      @Accessor(qualifier="buttonText", type=SETTER) public void setButtonText(String value)
      Generated method - Setter of TmaServiceabilityBannerComponent.buttonText attribute defined at extension b2ctelcocms.
      Parameters:
      value - the buttonText - Represents the text of the button on Banner
    • setButtonText

      @Accessor(qualifier="buttonText", type=SETTER) public void setButtonText(String value, Locale loc)
      Generated method - Setter of TmaServiceabilityBannerComponent.buttonText attribute defined at extension b2ctelcocms.
      Parameters:
      value - the buttonText - Represents the text of the button on Banner
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setSimpleProductOffering

      @Accessor(qualifier="simpleProductOffering", type=SETTER) public void setSimpleProductOffering(TmaSimpleProductOfferingModel value)
      Generated method - Setter of TmaServiceabilityBannerComponent.simpleProductOffering attribute defined at extension b2ctelcocms.
      Parameters:
      value - the simpleProductOffering - Represents the Configuration of Simple Product Offering