Class FieldsblobsWithBLOBs

java.lang.Object
mbg.test.mb3.generated.mixed.conditional.model.Fieldsblobs
mbg.test.mb3.generated.mixed.conditional.model.FieldsblobsWithBLOBs
All Implemented Interfaces:
Serializable

public class FieldsblobsWithBLOBs extends Fieldsblobs implements Serializable
See Also:
  • 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 static final long
    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.
    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.

    Methods inherited from class mbg.test.mb3.generated.mixed.conditional.model.Fieldsblobs

    getFirstname, getLastname, setFirstname, setLastname

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
    • serialVersionUID

      private static final long serialVersionUID
      This field was generated by MyBatis Generator. This field corresponds to the database table FIELDSBLOBS
      See Also:
  • Constructor Details

    • FieldsblobsWithBLOBs

      public FieldsblobsWithBLOBs()
  • Method Details

    • 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 Fieldsblobs
    • hashCode

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