|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.report.availability.Section
Field Summary | |
private Col |
_col
|
private boolean |
_has_sectionIndex
keeps track of state for field: _sectionIndex |
private java.lang.String |
_period
|
private Rows |
_rows
|
private java.lang.String |
_sectionDescr
|
private int |
_sectionIndex
|
private java.lang.String |
_sectionName
|
private java.lang.String |
_sectionTitle
|
private java.util.Vector |
propertyChangeListeners
|
Constructor Summary | |
Section()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Registers a PropertyChangeListener with this class. |
void |
deleteSectionIndex()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Col |
getCol()
Returns the value of field 'col'. |
java.lang.String |
getPeriod()
Returns the value of field 'period'. |
Rows |
getRows()
Returns the value of field 'rows'. |
java.lang.String |
getSectionDescr()
Returns the value of field 'sectionDescr'. |
int |
getSectionIndex()
Returns the value of field 'sectionIndex'. |
java.lang.String |
getSectionName()
Returns the value of field 'sectionName'. |
java.lang.String |
getSectionTitle()
Returns the value of field 'sectionTitle'. |
boolean |
hasSectionIndex()
|
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
protected void |
notifyPropertyChangeListeners(java.lang.String fieldName,
java.lang.Object oldValue,
java.lang.Object newValue)
Notifies all registered PropertyChangeListeners when a bound property's value changes. |
boolean |
removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Removes the given PropertyChangeListener from this classes list of ProperyChangeListeners. |
void |
setCol(Col col)
Sets the value of field 'col'. |
void |
setPeriod(java.lang.String period)
Sets the value of field 'period'. |
void |
setRows(Rows rows)
Sets the value of field 'rows'. |
void |
setSectionDescr(java.lang.String sectionDescr)
Sets the value of field 'sectionDescr'. |
void |
setSectionIndex(int sectionIndex)
Sets the value of field 'sectionIndex'. |
void |
setSectionName(java.lang.String sectionName)
Sets the value of field 'sectionName'. |
void |
setSectionTitle(java.lang.String sectionTitle)
Sets the value of field 'sectionTitle'. |
static Section |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String _sectionName
private java.lang.String _sectionTitle
private java.lang.String _sectionDescr
private java.lang.String _period
private Col _col
private Rows _rows
private int _sectionIndex
private boolean _has_sectionIndex
private java.util.Vector propertyChangeListeners
Constructor Detail |
public Section()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to register.public void deleteSectionIndex()
public boolean equals(java.lang.Object obj)
obj
- public Col getCol()
public java.lang.String getPeriod()
public Rows getRows()
public java.lang.String getSectionDescr()
public int getSectionIndex()
public java.lang.String getSectionName()
public java.lang.String getSectionTitle()
public boolean hasSectionIndex()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
protected void notifyPropertyChangeListeners(java.lang.String fieldName, java.lang.Object oldValue, java.lang.Object newValue)
fieldName
- the name of the property that has changed.newValue
- the new value of the property.oldValue
- the old value of the property.public boolean removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to remove.
public void setCol(Col col)
col
- the value of field 'col'.public void setPeriod(java.lang.String period)
period
- the value of field 'period'.public void setRows(Rows rows)
rows
- the value of field 'rows'.public void setSectionDescr(java.lang.String sectionDescr)
sectionDescr
- the value of field 'sectionDescr'.public void setSectionIndex(int sectionIndex)
sectionIndex
- the value of field 'sectionIndex'.public void setSectionName(java.lang.String sectionName)
sectionName
- the value of field 'sectionName'.public void setSectionTitle(java.lang.String sectionTitle)
sectionTitle
- the value of field 'sectionTitle'.public static Section unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |