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

public class Regexrename extends BaseClass
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
    private String
    This field was generated by MyBatis Generator.
    private String
    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.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    int
    This method was generated by MyBatis Generator.
    void
    setAddress(String address)
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    setZipCode(String zipCode)
    This method was generated by MyBatis Generator.

    Methods inherited from class mbg.test.common.BaseClass

    getLastname, setLastname

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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
    • 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
    • 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
    • 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
    • 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