Package org.opennms.netmgt.config
Class BasicSchedule
- java.lang.Object
-
- org.opennms.netmgt.config.BasicSchedule
-
public class BasicSchedule extends Object
-
-
Constructor Summary
Constructors Constructor Description BasicSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-