org.opennms.netmgt.config
Class BasicSchedule

java.lang.Object
  extended by org.opennms.netmgt.config.BasicSchedule

public class BasicSchedule
extends Object


Constructor Summary
BasicSchedule()
           
 
Method Summary
 Enumeration<Time> enumerateTime()
           
 String getName()
           
 Time getTime(int index)
           
 Collection<Time> getTimeCollection()
           
 int getTimeCount()
           
 String getType()
           
 void setName(String name)
           
 void setTimeCollection(Collection<Time> times)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSchedule

public BasicSchedule()
Method Detail

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.