Class StructureListWsDTO
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.dto.StructureListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1811", forRemoval=true) public class StructureListWsDTO extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.no longer neededThe list of structures for a type code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StructureListWsDTO()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<StructureWsDTO>getStructures()Deprecated, for removal: This API element is subject to removal in a future version.voidsetStructures(java.util.List<StructureWsDTO> structures)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setStructures
public void setStructures(java.util.List<StructureWsDTO> structures)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getStructures
public java.util.List<StructureWsDTO> getStructures()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-