Class Transaction

java.lang.Object
com.skava.oms.delegate.model.Transaction
All Implemented Interfaces:
Serializable

public class Transaction extends Object implements Serializable
This class defines the Transaction properties.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • Transaction

      public Transaction()
  • Method Details

    • setAtpQty

      public Transaction setAtpQty(Number atpQty)
    • setAtpQtyFractional

      public Transaction setAtpQtyFractional(Number atpQty)
    • getAtpQty

      public int getAtpQty()
    • getAtpQtyFractional

      public BigDecimal getAtpQtyFractional()
      Method to fetch the decimal value of atpQty
    • setPreOrderedQty

      public Transaction setPreOrderedQty(Number preOrderedQty)
    • setPreOrderedQtyFractional

      public Transaction setPreOrderedQtyFractional(Number preOrderedQty)
    • getPreOrderedQty

      public int getPreOrderedQty()
    • getPreOrderedQtyFractional

      public BigDecimal getPreOrderedQtyFractional()
      Method to fetch the decimal value of preOrderedQty
    • setBackOrderedQty

      public Transaction setBackOrderedQty(Number backOrderedQty)
    • setBackOrderedQtyFractional

      public Transaction setBackOrderedQtyFractional(Number backOrderedQty)
    • getBackOrderedQty

      public int getBackOrderedQty()
    • getBackOrderedQtyFractional

      public BigDecimal getBackOrderedQtyFractional()
      Method to fetch the decimal value of preOrderedQty
    • setPropertiesFromObject

      public Transaction setPropertiesFromObject(Transaction.Properties properties)
      set the Json properties
      Parameters:
      properties - Properties to be updated
      Returns:
      the transaction