Class Rename
java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.miscellaneous.model.Rename
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.getId()This method was generated by MyBatis Generator.getName()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidsetAddress(String address) This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidsetZipCode(String zipCode) This method was generated by MyBatis Generator.withAddress(String address) This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.withZipCode(String zipCode) 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 SUFFIX_RENAME.ID -
name
This field was generated by MyBatis Generator. This field corresponds to the database column SUFFIX_RENAME.NAME -
address
This field was generated by MyBatis Generator. This field corresponds to the database column SUFFIX_RENAME.ADDRESS -
zipCode
This field was generated by MyBatis Generator. This field corresponds to the database column SUFFIX_RENAME.ZIP_CODE
-
-
Constructor Details
-
Rename
public Rename()
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column SUFFIX_RENAME.ID- Returns:
- the value of SUFFIX_RENAME.ID
-
withId
This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME -
setId
This method was generated by MyBatis Generator. This method sets the value of the database column SUFFIX_RENAME.ID- Parameters:
id- the value for SUFFIX_RENAME.ID
-
getName
This method was generated by MyBatis Generator. This method returns the value of the database column SUFFIX_RENAME.NAME- Returns:
- the value of SUFFIX_RENAME.NAME
-
withName
This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME -
setName
This method was generated by MyBatis Generator. This method sets the value of the database column SUFFIX_RENAME.NAME- Parameters:
name- the value for SUFFIX_RENAME.NAME
-
getAddress
This method was generated by MyBatis Generator. This method returns the value of the database column SUFFIX_RENAME.ADDRESS- Returns:
- the value of SUFFIX_RENAME.ADDRESS
-
withAddress
This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME -
setAddress
This method was generated by MyBatis Generator. This method sets the value of the database column SUFFIX_RENAME.ADDRESS- Parameters:
address- the value for SUFFIX_RENAME.ADDRESS
-
getZipCode
This method was generated by MyBatis Generator. This method returns the value of the database column SUFFIX_RENAME.ZIP_CODE- Returns:
- the value of SUFFIX_RENAME.ZIP_CODE
-
withZipCode
This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME -
setZipCode
This method was generated by MyBatis Generator. This method sets the value of the database column SUFFIX_RENAME.ZIP_CODE- Parameters:
zipCode- the value for SUFFIX_RENAME.ZIP_CODE
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table SUFFIX_RENAME
-