Package hdi.model
Class Amount
java.lang.Object
hdi.model.Amount
- All Implemented Interfaces:
hdi.edi.edient.EdiEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount()
static BigDecimal
findAmountByType
(List<Amount> amounts, AmountType type) void
populateFromSegInitial
(EdiSeg seg, EdiParsingResults results) void
qualifierCode
(String code) toString()
type()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hdi.edi.edient.EdiEntity
loop, loop
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details