Class ViewInfo
- java.lang.Object
-
- org.opennms.reporting.availability.ViewInfo
-
- All Implemented Interfaces:
Serializable
public class ViewInfo extends Object implements Serializable
element name="viewInfo"- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getViewComments()
Returns the value of field 'viewComments'.String
getViewName()
Returns the value of field 'viewName'.String
getViewTitle()
Returns the value of field 'viewTitle'.void
setViewComments(String viewComments)
Sets the value of field 'viewComments'.void
setViewName(String viewName)
Sets the value of field 'viewName'.void
setViewTitle(String viewTitle)
Sets the value of field 'viewTitle'.
-
-
-
Method Detail
-
getViewComments
public String getViewComments()
Returns the value of field 'viewComments'.- Returns:
- the value of field 'ViewComments'.
-
getViewName
public String getViewName()
Returns the value of field 'viewName'.- Returns:
- the value of field 'ViewName'.
-
getViewTitle
public String getViewTitle()
Returns the value of field 'viewTitle'.- Returns:
- the value of field 'ViewTitle'.
-
setViewComments
public void setViewComments(String viewComments)
Sets the value of field 'viewComments'.- Parameters:
viewComments
- the value of field 'viewComments'.
-
setViewName
public void setViewName(String viewName)
Sets the value of field 'viewName'.- Parameters:
viewName
- the value of field 'viewName'.
-
setViewTitle
public void setViewTitle(String viewTitle)
Sets the value of field 'viewTitle'.- Parameters:
viewTitle
- the value of field 'viewTitle'.
-
-