| Package | Description |
|---|---|
| com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<CartAdjustmentLine> |
DBO.CARTADJ
The cart adjustment line object class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<CartAdjustmentLine> |
Cart.getAdjustmentLines()
(not persisted) Returns the collection of adjustment lines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cart.addAdjustmentLine(CartAdjustmentLine line)
(not persisted) Adds an adjustment line to the collection of adjustment
lines.
|