Package com.skava.oms.delegate.model
Class Transaction
java.lang.Object
com.skava.oms.delegate.model.Transaction
- All Implemented Interfaces:
Serializable
This class defines the Transaction properties.
- Author:
- Infosys Equinox
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Type - NONE(0), ADD(1), REMOVE(2), TRANSFER(3) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Method to fetch the decimal value of atpQtyint
Method to fetch the decimal value of preOrderedQtyint
Method to fetch the decimal value of preOrderedQtysetAtpQtyFractional
(Number atpQty) setBackOrderedQty
(Number backOrderedQty) setBackOrderedQtyFractional
(Number backOrderedQty) setPreOrderedQty
(Number preOrderedQty) setPreOrderedQtyFractional
(Number preOrderedQty) setPropertiesFromObject
(Transaction.Properties properties) set the Json properties
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
setAtpQty
-
setAtpQtyFractional
-
getAtpQty
public int getAtpQty() -
getAtpQtyFractional
Method to fetch the decimal value of atpQty -
setPreOrderedQty
-
setPreOrderedQtyFractional
-
getPreOrderedQty
public int getPreOrderedQty() -
getPreOrderedQtyFractional
Method to fetch the decimal value of preOrderedQty -
setBackOrderedQty
-
setBackOrderedQtyFractional
-
getBackOrderedQty
public int getBackOrderedQty() -
getBackOrderedQtyFractional
Method to fetch the decimal value of preOrderedQty -
setPropertiesFromObject
set the Json properties- Parameters:
properties
- Properties to be updated- Returns:
- the transaction
-