public static interface Change.Batch
| Modifier and Type | Interface and Description |
|---|---|
static class |
Change.Batch.AbstractDefaultImplementation
Simple default implementation of Batch.
|
| Modifier and Type | Method and Description |
|---|---|
long |
advanced()
How much this batch is "worth" in units of advancedUnits().
|
String |
advancedUnits()
The unit of advanced() in English.
|
List<Change> |
changes()
The changes in the batch.
|
boolean |
last()
Was this the last batch?
|
Date |
leftOffDate()
Null or the latest date in the batch.
|
String |
leftOffHuman()
Human readable version of where this batch ends.
|
List<Change> changes()
String advancedUnits()
long advanced()
String leftOffHuman()
Date leftOffDate()
boolean last()
Copyright © 2016. All rights reserved.