Package com.skava.shipping.model.dto
Class ItemsSKU
java.lang.Object
com.skava.shipping.model.dto.ItemsSKU
- All Implemented Interfaces:
Serializable
The Class ItemsSKU.
- Author:
- Infosys Equinox This Class is used as the model object for Collection Entity.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The productId.protected ItemsSkuDimension
The dimension.protected String
The id.protected String
The name.protected BigDecimal
The quantity.protected SkuType
The type.protected ItemsSkuWeight
The weight. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
skuId
The id. -
productId
The productId. -
skuName
The name. -
skuType
The type. -
skuQuantity
The quantity. -
skuDimension
The dimension. -
skuWeight
The weight.
-
-
Constructor Details
-
ItemsSKU
public ItemsSKU()The default class constructor.
-