Class ThemeVariablesMapping

java.lang.Object
com.hybris.backoffice.widgets.branding.customthemes.themes.ThemeVariablesMapping

@Deprecated(since="2211", forRemoval=true) public class ThemeVariablesMapping extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2211, use {@link #com.hybris.backoffice.theme.impl.ThemeVariablesMapping} instead
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLabelKey(String labelKey)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setVariables(List<String> variables)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThemeVariablesMapping

      public ThemeVariablesMapping()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getId

      public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVariables

      public List<String> getVariables()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setVariables

      public void setVariables(List<String> variables)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLabelKey

      public String getLabelKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLabelKey

      public void setLabelKey(String labelKey)
      Deprecated, for removal: This API element is subject to removal in a future version.