Class CancellationRequestEntryInputWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.CancellationRequestEntryInputWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CancellationRequestEntryInputWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a cancellation request entry input for an order- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancellationRequestEntryInputWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetOrderEntryNumber()java.lang.LonggetQuantity()voidsetOrderEntryNumber(java.lang.Integer orderEntryNumber)voidsetQuantity(java.lang.Long quantity)
-