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

public class SkuOms extends Sku

The Class SkuOms

This model describes the item in the order item.
Author:
Infosys Equinox
See Also:
  • Field Details

    • expectedPreOrderShipmentDatetime

      protected Long expectedPreOrderShipmentDatetime
      Expected delivery of item in timestamp
    • skuInfo

      protected SkuInfo skuInfo
      Get info
    • preOrdered

      protected Boolean preOrdered
      Indicates whether the item was prebooked or not
    • priceInfo

      protected transient List<ItemPriceInfo> priceInfo
      Indicates the price information of item
    • upc

      @Size(min=0, max=255) protected @Size(min=0,max=255) String upc
      Universal Product Code. that are uniquely assigned to each trade item
    • vendor

      @Size(min=0, max=255) protected @Size(min=0,max=255) String vendor
      Defines the third party seller name
  • Constructor Details

    • SkuOms

      public SkuOms()