Class SmarteditConfigurationModel

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

public class SmarteditConfigurationModel extends ItemModel
Generated model class for type SmarteditConfiguration first defined at extension smarteditwebservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String KEY
      Generated constant - Attribute key of SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
      See Also:
  • Constructor Details

    • SmarteditConfigurationModel

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

      public SmarteditConfigurationModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SmarteditConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SmarteditConfigurationModel(String _key, String _value)
      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:
      _key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
      _value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
    • SmarteditConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SmarteditConfigurationModel(String _key, ItemModel _owner, String _value)
      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:
      _key - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
      _owner - initial attribute declared by type Item at extension core
      _value - initial attribute declared by type SmarteditConfiguration at extension smarteditwebservices
  • Method Details

    • getKey

      @Accessor(qualifier="key", type=GETTER) public String getKey()
      Generated method - Getter of the SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
      Returns:
      the key - name of the property
    • getValue

      @Accessor(qualifier="value", type=GETTER) public String getValue()
      Generated method - Getter of the SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
      Returns:
      the value - value of the property
    • setKey

      @Accessor(qualifier="key", type=SETTER) public void setKey(String value)
      Generated method - Setter of SmarteditConfiguration.key attribute defined at extension smarteditwebservices.
      Parameters:
      value - the key - name of the property
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(String value)
      Generated method - Setter of SmarteditConfiguration.value attribute defined at extension smarteditwebservices.
      Parameters:
      value - the value - value of the property