Class StructureWsDTO

java.lang.Object
de.hybris.platform.cmssmarteditwebservices.dto.StructureWsDTO
All Implemented Interfaces:
Serializable

@Deprecated(since="1811", forRemoval=true) public class StructureWsDTO extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
no longer needed
See Also:
  • 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.
     
    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
    setCategory(String category)
    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
    setI18nKey(String i18nKey)
    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
    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

    • StructureWsDTO

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

    • setCode

      public void setCode(String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCode

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

      public void setCategory(String category)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCategory

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

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

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

      public void setI18nKey(String i18nKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getI18nKey

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

      public void setType(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getType

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

      public void setAttributes(List<StructureAttributeWsDTO> attributes)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAttributes

      public List<StructureAttributeWsDTO> getAttributes()
      Deprecated, for removal: This API element is subject to removal in a future version.