Class Enumtest
java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.miscellaneous.model.Enumtest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.getId()This method was generated by MyBatis Generator.getName()This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.Methods inherited from class mbg.test.common.BaseClass
getLastname, setLastname
-
Field Details
-
id
This field was generated by MyBatis Generator. This field corresponds to the database column ENUMTEST.ID -
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
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
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
setId
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
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
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
setName
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
This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table ENUMTEST
-