Class SkuOms
java.lang.Object
com.skava.catalog.orchestration.model.Sku
com.skava.oms.orchestration.model.SkuOms
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SFSku
The Class SkuOms
This model describes the item in the order item.- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
Expected delivery of item in timestampprotected Boolean
Indicates whether the item was prebooked or notprotected List<ItemPriceInfo>
Indicates the price information of itemprotected SkuInfo
Get infoprotected @Size(min=0,max=255) String
Universal Product Code. that are uniquely assigned to each trade itemprotected @Size(min=0,max=255) String
Defines the third party seller nameFields inherited from class com.skava.catalog.orchestration.model.Sku
identifier, inventory, isDefault, media, prices, promotion, properties
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expectedPreOrderShipmentDatetime
Expected delivery of item in timestamp -
skuInfo
Get info -
preOrdered
Indicates whether the item was prebooked or not -
priceInfo
Indicates the price information of item -
upc
Universal Product Code. that are uniquely assigned to each trade item -
vendor
Defines the third party seller name
-
-
Constructor Details
-
SkuOms
public SkuOms()
-