Package com.skava.oms.model
Class OmsOrderItem
java.lang.Object
com.skava.oms.model.OmsOrderItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OmsNotificationOrderItem
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOmsOrderItem(String partNumber, Long quantityFractional, BigDecimal salesPriceAmount, BigDecimal taxableAmount, BigDecimal personalVolume, String wareHouseId) OmsOrderItem(String partNumber, BigDecimal quantityFractional, BigDecimal salesPriceAmount, BigDecimal taxableAmount, BigDecimal personalVolume, String wareHouseId) -
Method Summary
Modifier and TypeMethodDescriptionlongMethod to fetch the int value of quantityvoidsetQuantity(long qty) Method to set the int value of quantity
-
Constructor Details
-
OmsOrderItem
public OmsOrderItem() -
OmsOrderItem
public OmsOrderItem(String partNumber, BigDecimal quantityFractional, BigDecimal salesPriceAmount, BigDecimal taxableAmount, BigDecimal personalVolume, String wareHouseId) - Parameters:
partNumber- contains partNumber valuequantity- contains quantity valuesalesPriceAmount- contains salesPriceAmount valuetaxableAmount- contains taxableAmount valuepersonalVolume- contains personalVolume valuewareHouseId- contains wareHouseId value
-
OmsOrderItem
public OmsOrderItem(String partNumber, Long quantityFractional, BigDecimal salesPriceAmount, BigDecimal taxableAmount, BigDecimal personalVolume, String wareHouseId) - Parameters:
partNumber- contains partNumber valuequantity- contains quantity valuesalesPriceAmount- contains salesPriceAmount valuetaxableAmount- contains taxableAmount valuepersonalVolume- contains personalVolume valuewareHouseId- contains wareHouseId value
-
-
Method Details
-
getQuantity
public long getQuantity()Method to fetch the int value of quantity -
setQuantity
public void setQuantity(long qty) Method to set the int value of quantity
-