Class StructureAttributeWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="1811",
                forRemoval=true)
    public class StructureAttributeWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer needed
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCmsStructureEnumType()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getCmsStructureType()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getDependsOn()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getI18nKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getIdAttribute()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<java.lang.String> getLabelAttributes()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Boolean getLocalized()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.List<OptionData> getOptions()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.util.Map<java.lang.String,​java.lang.String> getParams()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getQualifier()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getUri()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isCollection()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isEditable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isPaged()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isRequired()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCmsStructureEnumType​(java.lang.String cmsStructureEnumType)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCmsStructureType​(java.lang.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​(java.lang.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​(java.lang.String i18nKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setIdAttribute​(java.lang.String idAttribute)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLabelAttributes​(java.util.List<java.lang.String> labelAttributes)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLocalized​(java.lang.Boolean localized)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setMode​(java.lang.String mode)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setOptions​(java.util.List<OptionData> options)
      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 setParams​(java.util.Map<java.lang.String,​java.lang.String> params)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setQualifier​(java.lang.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 setUri​(java.lang.String uri)
      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 Detail

      • StructureAttributeWsDTO

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

      • setQualifier

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

        public java.lang.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​(java.lang.Boolean localized)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getLocalized

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.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​(java.lang.String uri)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getUri

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

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

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

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

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

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

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