Class StructureAttributeWsDTO

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

@Deprecated(since="1811", forRemoval=true) public class StructureAttributeWsDTO 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.
     
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCmsStructureEnumType(String cmsStructureEnumType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCmsStructureType(String cmsStructureType)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCollection(boolean collection)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDependsOn(String dependsOn)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setEditable(boolean editable)
    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
    setIdAttribute(String idAttribute)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLabelAttributes(List<String> labelAttributes)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLocalized(Boolean localized)
    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.
     
    void
    setPaged(boolean paged)
    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
    setQualifier(String qualifier)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRequired(boolean required)
    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

    • StructureAttributeWsDTO

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

    • setQualifier

      public void setQualifier(String qualifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getQualifier

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

      public void setRequired(boolean required)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isRequired

      public boolean isRequired()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLocalized

      public void setLocalized(Boolean localized)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLocalized

      public Boolean getLocalized()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCmsStructureType

      public void setCmsStructureType(String cmsStructureType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCmsStructureType

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

      public void setCmsStructureEnumType(String cmsStructureEnumType)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCmsStructureEnumType

      public String getCmsStructureEnumType()
      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.
    • setDependsOn

      public void setDependsOn(String dependsOn)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDependsOn

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

      public void setOptions(List<OptionData> options)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOptions

      public List<OptionData> getOptions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMode

      public void setMode(String mode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMode

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

      public void setEditable(boolean editable)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isEditable

      public boolean isEditable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPaged

      public void setPaged(boolean paged)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isPaged

      public boolean isPaged()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCollection

      public void setCollection(boolean collection)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isCollection

      public boolean isCollection()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUri

      public void setUri(String uri)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUri

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

      public void setIdAttribute(String idAttribute)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIdAttribute

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

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

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

      public void setParams(Map<String,String> params)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getParams

      public Map<String,String> getParams()
      Deprecated, for removal: This API element is subject to removal in a future version.