static class ScheduleBuilder.ActivityEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Activity |
activity |
private int |
duration |
Constructor and Description |
---|
ActivityEntry(int durationIn,
Activity activityIn) |
Modifier and Type | Method and Description |
---|---|
Activity |
getActivity() |
int |
getDuration() |