java.lang.Object
mbg.test.mb3.generated.miscellaneous.modelonly2.model.Pkblobs

public class Pkblobs 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 String
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    void
    This method was generated by MyBatis Generator.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, 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 PKBLOBS.ID
    • 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

    • Pkblobs

      public Pkblobs()
  • Method Details

    • getId

      public Integer getId()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.ID
      Returns:
      the value of PKBLOBS.ID
    • setId

      public void setId(Integer id)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.ID
      Parameters:
      id - the value for PKBLOBS.ID
    • 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