Class JdbcDataSet

  • All Implemented Interfaces:
    java.io.Serializable

    public class JdbcDataSet
    extends java.lang.Object
    implements java.io.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​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.lang.String getDbName()
      Returns the value of field 'dbName'.
      java.lang.String getSql()
      Returns the value of field 'sql'.
      int hashCode()
      Method hashCode.
      void setDbName​(java.lang.String dbName)
      Sets the value of field 'dbName'.
      void setSql​(java.lang.String sql)
      Sets the value of field 'sql'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JdbcDataSet

        public JdbcDataSet()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getDbName

        public java.lang.String getDbName()
        Returns the value of field 'dbName'.
        Returns:
        the value of field 'DbName'.
      • getSql

        public java.lang.String getSql()
        Returns the value of field 'sql'.
        Returns:
        the value of field 'Sql'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code value for the object.
      • setDbName

        public void setDbName​(java.lang.String dbName)
        Sets the value of field 'dbName'.
        Parameters:
        dbName - the value of field 'dbName'.
      • setSql

        public void setSql​(java.lang.String sql)
        Sets the value of field 'sql'.
        Parameters:
        sql - the value of field 'sql'.