Class PkblobsWithBLOBs

java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsKey
mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsWithBLOBs

public class PkblobsWithBLOBs extends PkblobsKey
  • 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 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.
    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
    setCharacterlob(String characterlob)
    This method was generated by MyBatis Generator.

    Methods inherited from class mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsKey

    getId, setId

    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 PKBLOBS.BLOB1
    • blob2

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

      private String characterlob
      This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.CHARACTERLOB
  • Constructor Details

    • PkblobsWithBLOBs

      public PkblobsWithBLOBs()
  • Method Details

    • getBlob1

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

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

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

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

      public String getCharacterlob()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.CHARACTERLOB
      Returns:
      the value of PKBLOBS.CHARACTERLOB
    • setCharacterlob

      public void setCharacterlob(String characterlob)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.CHARACTERLOB
      Parameters:
      characterlob - the value for PKBLOBS.CHARACTERLOB
    • equals

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

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