Class OrderEntryListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class OrderEntryListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of an Order entry list consumed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderEntryListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OrderEntryWsDTO>getOrderEntries()voidsetOrderEntries(java.util.List<OrderEntryWsDTO> orderEntries)
-
-
-
Method Detail
-
setOrderEntries
public void setOrderEntries(java.util.List<OrderEntryWsDTO> orderEntries)
-
getOrderEntries
public java.util.List<OrderEntryWsDTO> getOrderEntries()
-
-