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

Field Summary
static String DELETE
           
private  String m_begin
           
private  String m_end
           
private  String m_value
           
 
Constructor Summary
ModelInterval()
           
 
Method Summary
 String getBegin()
           
 String getEnd()
           
 String getValue()
           
 void setBegin(String aBegin)
           
 void setEnd(String anEnd)
           
 void setValue(String aValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

DELETE

public static final String DELETE

m_begin

private String m_begin

m_end

private String m_end

m_value

private String m_value
Constructor Detail

ModelInterval

public ModelInterval()
Method Detail

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