Package com.skava.shipping.model.dto
Class Items
java.lang.Object
com.skava.shipping.model.dto.Items
- All Implemented Interfaces:
Serializable
The Class Items
This Class is used as the model object for Items.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ShippingAddress
The Delivery Address.protected String
The id.protected BigDecimal
The quantity.protected long
The item address Version. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemId
The id. -
itemQuantity
The quantity. -
itemDeliveryAddress
The Delivery Address. -
itemVersion
protected long itemVersionThe item address Version.
-
-
Constructor Details
-
Items
public Items()The default class constructor.
-