Package org.opennms.netmgt.config.groups
Class BasicSchedule
- java.lang.Object
-
- org.opennms.netmgt.config.groups.BasicSchedule
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Schedule
public class BasicSchedule extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-