Class StructureAttributeWsDTO
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.dto.StructureAttributeWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1811", forRemoval=true) public class StructureAttributeWsDTO extends java.lang.Object implements java.io.SerializableDeprecated, 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.StringgetCmsStructureEnumType()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetCmsStructureType()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetDependsOn()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetI18nKey()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetIdAttribute()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.BooleangetLocalized()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetMode()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.StringgetQualifier()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetUri()Deprecated, for removal: This API element is subject to removal in a future version.booleanisCollection()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEditable()Deprecated, for removal: This API element is subject to removal in a future version.booleanisPaged()Deprecated, for removal: This API element is subject to removal in a future version.booleanisRequired()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCmsStructureEnumType(java.lang.String cmsStructureEnumType)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCmsStructureType(java.lang.String cmsStructureType)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCollection(boolean collection)Deprecated, for removal: This API element is subject to removal in a future version.voidsetDependsOn(java.lang.String dependsOn)Deprecated, for removal: This API element is subject to removal in a future version.voidsetEditable(boolean editable)Deprecated, for removal: This API element is subject to removal in a future version.voidsetI18nKey(java.lang.String i18nKey)Deprecated, for removal: This API element is subject to removal in a future version.voidsetIdAttribute(java.lang.String idAttribute)Deprecated, for removal: This API element is subject to removal in a future version.voidsetLabelAttributes(java.util.List<java.lang.String> labelAttributes)Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocalized(java.lang.Boolean localized)Deprecated, for removal: This API element is subject to removal in a future version.voidsetMode(java.lang.String mode)Deprecated, for removal: This API element is subject to removal in a future version.voidsetOptions(java.util.List<OptionData> options)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPaged(boolean paged)Deprecated, for removal: This API element is subject to removal in a future version.voidsetParams(java.util.Map<java.lang.String,java.lang.String> params)Deprecated, for removal: This API element is subject to removal in a future version.voidsetQualifier(java.lang.String qualifier)Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequired(boolean required)Deprecated, for removal: This API element is subject to removal in a future version.voidsetUri(java.lang.String uri)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.
-
-