schortage prediction process repository

This commit is contained in:
Michał Michaluk
2017-12-07 22:04:12 +01:00
parent 075b625b98
commit 403b383859
16 changed files with 321 additions and 28 deletions

View File

@@ -19,6 +19,10 @@ public interface DemandEvents {
this.results = Collections.unmodifiableMap(results);
}
public String getRefNo() {
return id.getRefNo();
}
@Value
public static class Change {
Demand previous;