Class Generatedalwaystest

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

public class Generatedalwaystest extends BaseClass
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
    private String
    This field was generated by MyBatis Generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object that)
    This method was generated by MyBatis Generator.
    byte[]
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    int
    This method was generated by MyBatis Generator.
    void
    setBlob1(byte[] blob1)
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.

    Methods inherited from class mbg.test.common.BaseClass

    getLastname, setLastname

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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
    • 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
    • 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
    • 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
    • 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
    • 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