Class Ignoremanycolumns

java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.miscellaneous.model.Ignoremanycolumns

public class Ignoremanycolumns extends BaseClass
  • Field Details

    • col01

      private Integer col01
      This field was generated by MyBatis Generator. This field corresponds to the database column IGNOREMANYCOLUMNS.COL01
    • col13

      private Integer col13
      This field was generated by MyBatis Generator. This field corresponds to the database column IGNOREMANYCOLUMNS.COL13
  • Constructor Details

    • Ignoremanycolumns

      public Ignoremanycolumns()
  • Method Details

    • getCol01

      public Integer getCol01()
      This method was generated by MyBatis Generator. This method returns the value of the database column IGNOREMANYCOLUMNS.COL01
      Returns:
      the value of IGNOREMANYCOLUMNS.COL01
    • withCol01

      public Ignoremanycolumns withCol01(Integer col01)
      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
    • setCol01

      public void setCol01(Integer col01)
      This method was generated by MyBatis Generator. This method sets the value of the database column IGNOREMANYCOLUMNS.COL01
      Parameters:
      col01 - the value for IGNOREMANYCOLUMNS.COL01
    • getCol13

      public Integer getCol13()
      This method was generated by MyBatis Generator. This method returns the value of the database column IGNOREMANYCOLUMNS.COL13
      Returns:
      the value of IGNOREMANYCOLUMNS.COL13
    • withCol13

      public Ignoremanycolumns withCol13(Integer col13)
      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
    • setCol13

      public void setCol13(Integer col13)
      This method was generated by MyBatis Generator. This method sets the value of the database column IGNOREMANYCOLUMNS.COL13
      Parameters:
      col13 - the value for IGNOREMANYCOLUMNS.COL13
    • equals

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method was generated by MyBatis Generator. This method corresponds to the database table IGNOREMANYCOLUMNS
      Overrides:
      hashCode in class Object