Class Regexrename
java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.annotated.miscellaneous.model.Regexrename
-
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.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 REGEXRENAME.CUST_ID -
name
This field was generated by MyBatis Generator. This field corresponds to the database column REGEXRENAME.CUST_NAME -
address
This field was generated by MyBatis Generator. This field corresponds to the database column REGEXRENAME.CUST_ADDRESS -
zipCode
This field was generated by MyBatis Generator. This field corresponds to the database column REGEXRENAME.ZIP_CODE
-
-
Constructor Details
-
Regexrename
public Regexrename()
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column REGEXRENAME.CUST_ID- Returns:
- the value of REGEXRENAME.CUST_ID
-
setId
This method was generated by MyBatis Generator. This method sets the value of the database column REGEXRENAME.CUST_ID- Parameters:
id- the value for REGEXRENAME.CUST_ID
-
getName
This method was generated by MyBatis Generator. This method returns the value of the database column REGEXRENAME.CUST_NAME- Returns:
- the value of REGEXRENAME.CUST_NAME
-
setName
This method was generated by MyBatis Generator. This method sets the value of the database column REGEXRENAME.CUST_NAME- Parameters:
name- the value for REGEXRENAME.CUST_NAME
-
getAddress
This method was generated by MyBatis Generator. This method returns the value of the database column REGEXRENAME.CUST_ADDRESS- Returns:
- the value of REGEXRENAME.CUST_ADDRESS
-
setAddress
This method was generated by MyBatis Generator. This method sets the value of the database column REGEXRENAME.CUST_ADDRESS- Parameters:
address- the value for REGEXRENAME.CUST_ADDRESS
-
getZipCode
This method was generated by MyBatis Generator. This method returns the value of the database column REGEXRENAME.ZIP_CODE- Returns:
- the value of REGEXRENAME.ZIP_CODE
-
setZipCode
This method was generated by MyBatis Generator. This method sets the value of the database column REGEXRENAME.ZIP_CODE- Parameters:
zipCode- the value for REGEXRENAME.ZIP_CODE
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
-