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 StringThe productId.protected ItemsSkuDimensionThe dimension.protected StringThe id.protected StringThe name.protected BigDecimalThe quantity.protected SkuTypeThe type.protected ItemsSkuWeightThe 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.
-