Expose DayAssignment's duration
FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
parent
e0e8c7eed9
commit
7b939dbd8c
1 changed files with 5 additions and 0 deletions
|
|
@ -186,6 +186,11 @@ public abstract class DayAssignment extends BaseEntity {
|
|||
return duration.getHours();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public EffortDuration getDuration() {
|
||||
return duration;
|
||||
}
|
||||
|
||||
public Resource getResource() {
|
||||
return resource;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue