Class Report
- java.lang.Object
-
- org.opennms.reporting.availability.Report
-
- All Implemented Interfaces:
java.io.Serializable
public class Report extends java.lang.Object implements java.io.Serializable
The top-level element for availability reports.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteCatCount()
void
deleteSectionCount()
java.lang.String
getAuthor()
Returns the value of field 'author'.java.lang.Integer
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'.java.lang.Integer
getSectionCount()
Returns the value of field 'sectionCount'.ViewInfo
getViewInfo()
Returns the value of field 'viewInfo'.boolean
hasCatCount()
Method hasCatCount.boolean
hasSectionCount()
Method hasSectionCount.void
setAuthor(java.lang.String author)
Sets the value of field 'author'.void
setCatCount(java.lang.Integer 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(java.lang.Integer sectionCount)
Sets the value of field 'sectionCount'.void
setViewInfo(ViewInfo viewInfo)
Sets the value of field 'viewInfo'.
-
-
-
Method Detail
-
deleteCatCount
public void deleteCatCount()
-
deleteSectionCount
public void deleteSectionCount()
-
getAuthor
public java.lang.String getAuthor()
Returns the value of field 'author'.- Returns:
- the value of field 'Author'.
-
getCatCount
public java.lang.Integer getCatCount()
Returns the value of field 'catCount'.- Returns:
- the value of field 'CatCount'.
-
getCategories
public Categories getCategories()
Returns the value of field 'categories'.- Returns:
- the value of field 'Categories'.
-
getCreated
public Created getCreated()
Returns the value of field 'created'.- Returns:
- the value of field 'Created'.
-
getLogo
public java.lang.String getLogo()
Returns the value of field 'logo'.- Returns:
- the value of field 'Logo'.
-
getSectionCount
public java.lang.Integer getSectionCount()
Returns the value of field 'sectionCount'.- Returns:
- the value of field 'SectionCount'.
-
getViewInfo
public ViewInfo getViewInfo()
Returns the value of field 'viewInfo'. The field 'viewInfo' has the following description: element name="viewInfo"- Returns:
- the value of field 'ViewInfo'.
-
hasCatCount
public boolean hasCatCount()
Method hasCatCount.- Returns:
- true if at least one CatCount has been added
-
hasSectionCount
public boolean hasSectionCount()
Method hasSectionCount.- Returns:
- true if at least one SectionCount has been added
-
setAuthor
public void setAuthor(java.lang.String author)
Sets the value of field 'author'.- Parameters:
author
- the value of field 'author'.
-
setCatCount
public void setCatCount(java.lang.Integer catCount)
Sets the value of field 'catCount'.- Parameters:
catCount
- the value of field 'catCount'.
-
setCategories
public void setCategories(Categories categories)
Sets the value of field 'categories'.- Parameters:
categories
- the value of field 'categories'.
-
setCreated
public void setCreated(Created created)
Sets the value of field 'created'.- Parameters:
created
- the value of field 'created'.
-
setLogo
public void setLogo(java.lang.String logo)
Sets the value of field 'logo'.- Parameters:
logo
- the value of field 'logo'.
-
setSectionCount
public void setSectionCount(java.lang.Integer sectionCount)
Sets the value of field 'sectionCount'.- Parameters:
sectionCount
- the value of field 'sectionCount'.
-
setViewInfo
public void setViewInfo(ViewInfo viewInfo)
Sets the value of field 'viewInfo'. The field 'viewInfo' has the following description: element name="viewInfo"- Parameters:
viewInfo
- the value of field 'viewInfo'.
-
-