Class Regexrename

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

public class Regexrename extends BaseClass
  • Field Details

    • id

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

      private String name
      This field was generated by MyBatis Generator. This field corresponds to the database column REGEXRENAME.CUST_NAME
    • address

      private String address
      This field was generated by MyBatis Generator. This field corresponds to the database column REGEXRENAME.CUST_ADDRESS
    • zipCode

      private String 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

      public Integer 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
    • withId

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

      public void setId(Integer id)
      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

      public String 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
    • withName

      public Regexrename withName(String name)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • setName

      public void setName(String name)
      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

      public String 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
    • withAddress

      public Regexrename withAddress(String address)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • setAddress

      public void setAddress(String address)
      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

      public String 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
    • withZipCode

      public Regexrename withZipCode(String zipCode)
      This method was generated by MyBatis Generator. This method corresponds to the database table REGEXRENAME
    • setZipCode

      public void setZipCode(String zipCode)
      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

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

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