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

public class Enumtest extends BaseClass
  • 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
    • withId

      public Enumtest withId(Integer id)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • 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
    • withName

      public Enumtest withName(TestEnum name)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
    • 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