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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.getMode()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.getUri()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetCmsStructureEnumType(String cmsStructureEnumType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCmsStructureType(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(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(String i18nKey) Deprecated, for removal: This API element is subject to removal in a future version.voidsetIdAttribute(String idAttribute) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLabelAttributes(List<String> labelAttributes) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocalized(Boolean localized) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetOptions(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.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetQualifier(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.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
StructureAttributeWsDTO
public StructureAttributeWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setQualifier
Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getLocalized
Deprecated, for removal: This API element is subject to removal in a future version. -
setCmsStructureType
Deprecated, for removal: This API element is subject to removal in a future version. -
getCmsStructureType
Deprecated, for removal: This API element is subject to removal in a future version. -
setCmsStructureEnumType
Deprecated, for removal: This API element is subject to removal in a future version. -
getCmsStructureEnumType
Deprecated, for removal: This API element is subject to removal in a future version. -
setI18nKey
Deprecated, for removal: This API element is subject to removal in a future version. -
getI18nKey
Deprecated, for removal: This API element is subject to removal in a future version. -
setDependsOn
Deprecated, for removal: This API element is subject to removal in a future version. -
getDependsOn
Deprecated, for removal: This API element is subject to removal in a future version. -
setOptions
Deprecated, for removal: This API element is subject to removal in a future version. -
getOptions
Deprecated, for removal: This API element is subject to removal in a future version. -
setMode
Deprecated, for removal: This API element is subject to removal in a future version. -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
getUri
Deprecated, for removal: This API element is subject to removal in a future version. -
setIdAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
getIdAttribute
Deprecated, for removal: This API element is subject to removal in a future version. -
setLabelAttributes
Deprecated, for removal: This API element is subject to removal in a future version. -
getLabelAttributes
Deprecated, for removal: This API element is subject to removal in a future version. -
setParams
Deprecated, for removal: This API element is subject to removal in a future version. -
getParams
Deprecated, for removal: This API element is subject to removal in a future version.
-