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
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.getCode()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.getName()Deprecated, for removal: This API element is subject to removal in a future version.getType()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAttributes(List<StructureAttributeWsDTO> attributes) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCategory(String category) 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.voidsetI18nKey(String i18nKey) 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.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
StructureWsDTO
public StructureWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setCategory
Deprecated, for removal: This API element is subject to removal in a future version. -
getCategory
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
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. -
setType
Deprecated, for removal: This API element is subject to removal in a future version. -
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
setAttributes
Deprecated, for removal: This API element is subject to removal in a future version. -
getAttributes
Deprecated, for removal: This API element is subject to removal in a future version.
-