|
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.Report
Field Summary | |
private java.lang.String |
_author
|
private int |
_catCount
|
private Categories |
_categories
|
private Created |
_created
|
private boolean |
_has_catCount
keeps track of state for field: _catCount |
private boolean |
_has_sectionCount
keeps track of state for field: _sectionCount |
private java.lang.String |
_logo
|
private int |
_sectionCount
|
private ViewInfo |
_viewInfo
|
private java.util.Vector |
propertyChangeListeners
|
Constructor Summary | |
Report()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Registers a PropertyChangeListener with this class. |
void |
deleteCatCount()
|
void |
deleteSectionCount()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String |
getAuthor()
Returns the value of field 'author'. |
int |
getCatCount()
Returns the value of field 'catCount'. |
Categories |
getCategories()
Returns the value of field 'categories'. |
Created |
getCreated()
Returns the value of field 'created'. |
java.lang.String |
getLogo()
Returns the value of field 'logo'. |
int |
getSectionCount()
Returns the value of field 'sectionCount'. |
ViewInfo |
getViewInfo()
Returns the value of field 'viewInfo'. |
boolean |
hasCatCount()
|
boolean |
hasSectionCount()
|
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 |
setAuthor(java.lang.String author)
Sets the value of field 'author'. |
void |
setCatCount(int catCount)
Sets the value of field 'catCount'. |
void |
setCategories(Categories categories)
Sets the value of field 'categories'. |
void |
setCreated(Created created)
Sets the value of field 'created'. |
void |
setLogo(java.lang.String logo)
Sets the value of field 'logo'. |
void |
setSectionCount(int sectionCount)
Sets the value of field 'sectionCount'. |
void |
setViewInfo(ViewInfo viewInfo)
Sets the value of field 'viewInfo'. |
static Report |
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 _logo
private Created _created
private java.lang.String _author
private ViewInfo _viewInfo
private Categories _categories
private int _catCount
private boolean _has_catCount
private int _sectionCount
private boolean _has_sectionCount
private java.util.Vector propertyChangeListeners
Constructor Detail |
public Report()
Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
pcl
- The PropertyChangeListener to register.public void deleteCatCount()
public void deleteSectionCount()
public boolean equals(java.lang.Object obj)
obj
- public java.lang.String getAuthor()
public int getCatCount()
public Categories getCategories()
public Created getCreated()
public java.lang.String getLogo()
public int getSectionCount()
public ViewInfo getViewInfo()
public boolean hasCatCount()
public boolean hasSectionCount()
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 setAuthor(java.lang.String author)
author
- the value of field 'author'.public void setCatCount(int catCount)
catCount
- the value of field 'catCount'.public void setCategories(Categories categories)
categories
- the value of field 'categories'.public void setCreated(Created created)
created
- the value of field 'created'.public void setLogo(java.lang.String logo)
logo
- the value of field 'logo'.public void setSectionCount(int sectionCount)
sectionCount
- the value of field 'sectionCount'.public void setViewInfo(ViewInfo viewInfo)
viewInfo
- the value of field 'viewInfo'.public static Report 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 |