org.opennms.netmgt.config
Class BasicSchedule
java.lang.Object
org.opennms.netmgt.config.BasicSchedule
public class BasicSchedule
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicSchedule
public BasicSchedule()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
setTimeCollection
public void setTimeCollection(Collection<Time> times)
getTimeCollection
public Collection<Time> getTimeCollection()
enumerateTime
public Enumeration<Time> enumerateTime()
getTimeCount
public int getTimeCount()
getTime
public Time getTime(int index)
Copyright © 2011. All Rights Reserved.