Class BasicSchedule
- java.lang.Object
-
- org.opennms.netmgt.config.rancid.adapter.BasicSchedule
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Schedule
public class BasicSchedule extends Object implements Serializable
Class BasicSchedule.- 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)
boolean
equals(Object obj)
String
getName()
List<Time>
getTimes()
String
getType()
int
hashCode()
boolean
removeTime(Time time)
void
setName(String name)
void
setTimes(List<Time> times)
void
setType(String type)
-