Package org.opennms.netmgt.config.charts
Class JdbcDataSet
- java.lang.Object
-
- org.opennms.netmgt.config.charts.JdbcDataSet
-
- All Implemented Interfaces:
Serializable
public class JdbcDataSet extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JdbcDataSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Overrides the Object.equals method.String
getDbName()
Returns the value of field 'dbName'.String
getSql()
Returns the value of field 'sql'.int
hashCode()
Method hashCode.void
setDbName(String dbName)
Sets the value of field 'dbName'.void
setSql(String sql)
Sets the value of field 'sql'.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
getDbName
public String getDbName()
Returns the value of field 'dbName'.- Returns:
- the value of field 'DbName'.
-
getSql
public String getSql()
Returns the value of field 'sql'.- Returns:
- the value of field 'Sql'.
-
hashCode
public int hashCode()
Method hashCode.
-
setDbName
public void setDbName(String dbName)
Sets the value of field 'dbName'.- Parameters:
dbName
- the value of field 'dbName'.
-
setSql
public void setSql(String sql)
Sets the value of field 'sql'.- Parameters:
sql
- the value of field 'sql'.
-
-