Class PointOfServiceListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PointOfServiceListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Point of Service List- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PointOfServiceListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PointOfServiceWsDTO>getPointOfServices()voidsetPointOfServices(java.util.List<PointOfServiceWsDTO> pointOfServices)
-
-
-
Method Detail
-
setPointOfServices
public void setPointOfServices(java.util.List<PointOfServiceWsDTO> pointOfServices)
-
getPointOfServices
public java.util.List<PointOfServiceWsDTO> getPointOfServices()
-
-