java.lang.Object
mbg.test.mb3.generated.miscellaneous.modelonly1.model.Anotherawfultable

public class Anotherawfultable extends Object
  • Field Details

    • id

      private Integer id
      This field was generated by MyBatis Generator. This field corresponds to the database column MBGTEST.ANOTHERAWFULTABLE.ID
    • select

      private String select
      This field was generated by MyBatis Generator. This field corresponds to the database column MBGTEST.ANOTHERAWFULTABLE.select
    • insert

      private String insert
      This field was generated by MyBatis Generator. This field corresponds to the database column MBGTEST.ANOTHERAWFULTABLE.insert
    • update

      private String update
      This field was generated by MyBatis Generator. This field corresponds to the database column MBGTEST.ANOTHERAWFULTABLE.update
    • delete

      private String delete
      This field was generated by MyBatis Generator. This field corresponds to the database column MBGTEST.ANOTHERAWFULTABLE.delete
  • Constructor Details

    • Anotherawfultable

      public Anotherawfultable()
  • Method Details

    • getId

      public Integer getId()
      This method was generated by MyBatis Generator. This method returns the value of the database column MBGTEST.ANOTHERAWFULTABLE.ID
      Returns:
      the value of MBGTEST.ANOTHERAWFULTABLE.ID
    • setId

      public void setId(Integer id)
      This method was generated by MyBatis Generator. This method sets the value of the database column MBGTEST.ANOTHERAWFULTABLE.ID
      Parameters:
      id - the value for MBGTEST.ANOTHERAWFULTABLE.ID
    • getSelect

      public String getSelect()
      This method was generated by MyBatis Generator. This method returns the value of the database column MBGTEST.ANOTHERAWFULTABLE.select
      Returns:
      the value of MBGTEST.ANOTHERAWFULTABLE.select
    • setSelect

      public void setSelect(String select)
      This method was generated by MyBatis Generator. This method sets the value of the database column MBGTEST.ANOTHERAWFULTABLE.select
      Parameters:
      select - the value for MBGTEST.ANOTHERAWFULTABLE.select
    • getInsert

      public String getInsert()
      This method was generated by MyBatis Generator. This method returns the value of the database column MBGTEST.ANOTHERAWFULTABLE.insert
      Returns:
      the value of MBGTEST.ANOTHERAWFULTABLE.insert
    • setInsert

      public void setInsert(String insert)
      This method was generated by MyBatis Generator. This method sets the value of the database column MBGTEST.ANOTHERAWFULTABLE.insert
      Parameters:
      insert - the value for MBGTEST.ANOTHERAWFULTABLE.insert
    • getUpdate

      public String getUpdate()
      This method was generated by MyBatis Generator. This method returns the value of the database column MBGTEST.ANOTHERAWFULTABLE.update
      Returns:
      the value of MBGTEST.ANOTHERAWFULTABLE.update
    • setUpdate

      public void setUpdate(String update)
      This method was generated by MyBatis Generator. This method sets the value of the database column MBGTEST.ANOTHERAWFULTABLE.update
      Parameters:
      update - the value for MBGTEST.ANOTHERAWFULTABLE.update
    • getDelete

      public String getDelete()
      This method was generated by MyBatis Generator. This method returns the value of the database column MBGTEST.ANOTHERAWFULTABLE.delete
      Returns:
      the value of MBGTEST.ANOTHERAWFULTABLE.delete
    • setDelete

      public void setDelete(String delete)
      This method was generated by MyBatis Generator. This method sets the value of the database column MBGTEST.ANOTHERAWFULTABLE.delete
      Parameters:
      delete - the value for MBGTEST.ANOTHERAWFULTABLE.delete