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 voidaddTime(Time time)booleanequals(Object obj)StringgetName()List<Time>getTimes()StringgetType()inthashCode()booleanremoveTime(Time time)voidsetName(String name)voidsetTimes(List<Time> times)voidsetType(String type) 
 -