Class UpdateConfigurationDto

java.lang.Object
de.hybris.platform.smarteditwebservices.dto.UpdateConfigurationDto
All Implemented Interfaces:
Serializable

public class UpdateConfigurationDto extends Object implements Serializable
Configuration data used for update
See Also:
  • Constructor Details

    • UpdateConfigurationDto

      public UpdateConfigurationDto()
  • Method Details

    • setUid

      public void setUid(String uid)
    • getUid

      public String getUid()
    • setKey

      public void setKey(String key)
    • getKey

      public String getKey()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()