Package com.skava.oms.model
Class OmsOrderAmount
java.lang.Object
com.skava.oms.model.OmsOrderAmount
- All Implemented Interfaces:
Serializable
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOmsOrderAmount(String description, BigDecimal amount) OmsOrderAmount(BigDecimal amount) -
Method Summary
-
Constructor Details
-
OmsOrderAmount
- Parameters:
description- describes description valueamount- contains amount value
-
OmsOrderAmount
- Parameters:
amount- contains amount value
-
OmsOrderAmount
public OmsOrderAmount()
-