Class Fieldsblobs

java.lang.Object
mbg.test.mb3.generated.flat.model.Fieldsblobs

public class Fieldsblobs extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
    This field was generated by MyBatis Generator.
    private byte[]
    This field was generated by MyBatis Generator.
    private byte[]
    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.
    byte[]
    This method was generated by MyBatis Generator.
    byte[]
    This method was generated by MyBatis Generator.
    byte[]
    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
    setBlob1(byte[] blob1)
    This method was generated by MyBatis Generator.
    void
    setBlob2(byte[] blob2)
    This method was generated by MyBatis Generator.
    void
    setBlob3(byte[] blob3)
    This method was generated by MyBatis Generator.
    void
    setFirstname(String firstname)
    This method was generated by MyBatis Generator.
    void
    setLastname(String lastname)
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.

    Methods inherited from class java.lang.Object

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

      private byte[] blob1
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB1
    • blob2

      private byte[] blob2
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB2
    • blob3

      private byte[] blob3
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB3
  • 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
    • getBlob1

      public byte[] getBlob1()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB1
      Returns:
      the value of FIELDSBLOBS.BLOB1
    • setBlob1

      public void setBlob1(byte[] blob1)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB1
      Parameters:
      blob1 - the value for FIELDSBLOBS.BLOB1
    • getBlob2

      public byte[] getBlob2()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB2
      Returns:
      the value of FIELDSBLOBS.BLOB2
    • setBlob2

      public void setBlob2(byte[] blob2)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB2
      Parameters:
      blob2 - the value for FIELDSBLOBS.BLOB2
    • getBlob3

      public byte[] getBlob3()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB3
      Returns:
      the value of FIELDSBLOBS.BLOB3
    • setBlob3

      public void setBlob3(byte[] blob3)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB3
      Parameters:
      blob3 - the value for FIELDSBLOBS.BLOB3
    • 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
    • toString

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