Class Generatedalwaystest

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

public class Generatedalwaystest extends BaseClass
  • Field Details

    • id

      private Integer id
      This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID
    • name

      private String name
      This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.NAME
    • idPlus1

      private Integer idPlus1
      This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID_PLUS1
    • idPlus2

      private Integer idPlus2
      This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID_PLUS2
    • blob1

      private byte[] blob1
      This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.BLOB1
  • Constructor Details

    • Generatedalwaystest

      public Generatedalwaystest()
  • Method Details

    • getId

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

      public Generatedalwaystest withId(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • setId

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

      public String getName()
      This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.NAME
      Returns:
      the value of GENERATEDALWAYSTEST.NAME
    • withName

      public Generatedalwaystest withName(String name)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • setName

      public void setName(String name)
      This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.NAME
      Parameters:
      name - the value for GENERATEDALWAYSTEST.NAME
    • getIdPlus1

      public Integer getIdPlus1()
      This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.ID_PLUS1
      Returns:
      the value of GENERATEDALWAYSTEST.ID_PLUS1
    • withIdPlus1

      public Generatedalwaystest withIdPlus1(Integer idPlus1)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • setIdPlus1

      public void setIdPlus1(Integer idPlus1)
      This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.ID_PLUS1
      Parameters:
      idPlus1 - the value for GENERATEDALWAYSTEST.ID_PLUS1
    • getIdPlus2

      public Integer getIdPlus2()
      This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.ID_PLUS2
      Returns:
      the value of GENERATEDALWAYSTEST.ID_PLUS2
    • withIdPlus2

      public Generatedalwaystest withIdPlus2(Integer idPlus2)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • setIdPlus2

      public void setIdPlus2(Integer idPlus2)
      This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.ID_PLUS2
      Parameters:
      idPlus2 - the value for GENERATEDALWAYSTEST.ID_PLUS2
    • getBlob1

      public byte[] getBlob1()
      This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.BLOB1
      Returns:
      the value of GENERATEDALWAYSTEST.BLOB1
    • withBlob1

      public Generatedalwaystest withBlob1(byte[] blob1)
      This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
    • setBlob1

      public void setBlob1(byte[] blob1)
      This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.BLOB1
      Parameters:
      blob1 - the value for GENERATEDALWAYSTEST.BLOB1
    • equals

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

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