Class StructureWsDTO
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.dto.StructureWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1811", forRemoval=true) public class StructureWsDTO 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 StructureWsDTO()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.util.List<StructureAttributeWsDTO>getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetCategory()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetCode()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.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetType()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAttributes(java.util.List<StructureAttributeWsDTO> attributes)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCategory(java.lang.String category)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCode(java.lang.String code)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.voidsetName(java.lang.String name)Deprecated, for removal: This API element is subject to removal in a future version.voidsetType(java.lang.String type)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCode
public java.lang.String getCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCategory
public void setCategory(java.lang.String category)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCategory
public java.lang.String getCategory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setName
public void setName(java.lang.String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getName
public java.lang.String getName()
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.
-
setType
public void setType(java.lang.String type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getType
public java.lang.String getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setAttributes
public void setAttributes(java.util.List<StructureAttributeWsDTO> attributes)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAttributes
public java.util.List<StructureAttributeWsDTO> getAttributes()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-