java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.model.Fieldsblobs
Direct Known Subclasses:
FieldsblobsWithBLOBs

public class Fieldsblobs extends Object
  • Field Details

    • firstname

      private String firstname
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.FIRSTNAME
    • lastname

      private String lastname
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.LASTNAME
  • Constructor Details

    • Fieldsblobs

      public Fieldsblobs()
  • Method Details

    • getFirstname

      public String getFirstname()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.FIRSTNAME
      Returns:
      the value of FIELDSBLOBS.FIRSTNAME
    • setFirstname

      public void setFirstname(String firstname)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.FIRSTNAME
      Parameters:
      firstname - the value for FIELDSBLOBS.FIRSTNAME
    • getLastname

      public String getLastname()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.LASTNAME
      Returns:
      the value of FIELDSBLOBS.LASTNAME
    • setLastname

      public void setLastname(String lastname)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.LASTNAME
      Parameters:
      lastname - the value for FIELDSBLOBS.LASTNAME
    • equals

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

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