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

public class Enumtest extends BaseClass
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Integer
    This field was generated by MyBatis Generator.
    private TestEnum
    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.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    int
    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 ENUMTEST.ID
    • name

      private TestEnum name
      This field was generated by MyBatis Generator. This field corresponds to the database column ENUMTEST.NAME
  • Constructor Details

    • Enumtest

      public Enumtest()
  • Method Details

    • getId

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

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

      public TestEnum getName()
      This method was generated by MyBatis Generator. This method returns the value of the database column ENUMTEST.NAME
      Returns:
      the value of ENUMTEST.NAME
    • setName

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

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

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