public class BasicSchedule extends Object implements Serializable
Constructor and Description |
---|
BasicSchedule() |
Modifier and Type | Method and Description |
---|---|
void |
addTime(Time time) |
void |
clearTimes() |
boolean |
equals(Object obj) |
String |
getName() |
List<Time> |
getTimes() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setTimes(List<Time> times) |
void |
setType(String type) |
Copyright © 2021. All rights reserved.