Class Value
- java.lang.Object
-
- org.opennms.reporting.availability.Value
-
- All Implemented Interfaces:
Serializable
public class Value extends Object implements Serializable
Class Value.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Returns the value of field 'content'.String
getType()
Returns the value of field 'type'.void
setContent(String content)
Sets the value of field 'content'.void
setType(String type)
Sets the value of field 'type'.
-
-
-
Method Detail
-
getContent
public String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage- Returns:
- the value of field 'Content'.
-
getType
public String getType()
Returns the value of field 'type'.- Returns:
- the value of field 'Type'.
-
setContent
public void setContent(String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage- Parameters:
content
- the value of field 'content'.
-
setType
public void setType(String type)
Sets the value of field 'type'.- Parameters:
type
- the value of field 'type'.
-
-