Class Enumordinaltest

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

public class Enumordinaltest extends BaseClass
  • Field Details

    • id

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

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

    • Enumordinaltest

      public Enumordinaltest()
  • Method Details

    • getId

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

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

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

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

      public Enumordinaltest withName(TestEnum name)
      This method was generated by MyBatis Generator. This method corresponds to the database table ENUMORDINALTEST
    • setName

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

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

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