Class PaymentModeListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.PaymentModeListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PaymentModeListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Payment Mode List- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaymentModeListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PaymentModeWsDTO>getPaymentModes()voidsetPaymentModes(java.util.List<PaymentModeWsDTO> paymentModes)
-
-
-
Method Detail
-
setPaymentModes
public void setPaymentModes(java.util.List<PaymentModeWsDTO> paymentModes)
-
getPaymentModes
public java.util.List<PaymentModeWsDTO> getPaymentModes()
-
-