org.opennms.bb.dp.poller.scheduler.utils
Class ModelInterval
java.lang.Object
|
+--org.opennms.bb.dp.poller.scheduler.utils.ModelInterval
- public class ModelInterval
- extends Object
This class is a representation of a BlueBird model as parsed
from the models.xml file.
- Version:
- $Revision: 1.1 $
- Author:
- Jason Johns, OpenNMS
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
DELETE
public static final String DELETE
m_begin
private String m_begin
m_end
private String m_end
m_value
private String m_value
ModelInterval
public ModelInterval()
setBegin
public void setBegin(String aBegin)
setEnd
public void setEnd(String anEnd)
setValue
public void setValue(String aValue)
getBegin
public String getBegin()
getEnd
public String getEnd()
getValue
public String getValue()
toString
public String toString()
- Overrides:
toString
in class Object