preparing creation of new times

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-26 14:30:57 +02:00
parent dcd51d0ea3
commit d0e3dc8b0c
8 changed files with 127 additions and 12 deletions

View File

@@ -92,6 +92,10 @@ public class Time implements Mappable{
return start;
}
public State state(){
return state;
}
public Collection<Long> taskIds(){
return taskIds;
}