java.lang.Object
mbg.test.mb3.generated.hierarchical.model.EnumtestKey
mbg.test.mb3.generated.hierarchical.model.Enumtest

public class Enumtest extends EnumtestKey
Database Table Remarks: This is a comment for the EnumTest table This class was generated by MyBatis Generator. This class corresponds to the database table ENUMTEST
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private TestEnum
    Database Column Remarks: This is a comment for the EnumTest.name column 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.
    int
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.

    Methods inherited from class mbg.test.mb3.generated.hierarchical.model.EnumtestKey

    getId, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      private TestEnum name
      Database Column Remarks: This is a comment for the EnumTest.name column This field was generated by MyBatis Generator. This field corresponds to the database column ENUMTEST.NAME
  • Constructor Details

    • Enumtest

      public Enumtest()
  • Method Details

    • 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 EnumtestKey
    • hashCode

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