Class Pkfieldsblobs

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

public class Pkfieldsblobs extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
    private Integer
    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.
    This method was generated by MyBatis Generator.
    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
    setFirstname(String firstname)
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    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

    • id1

      private Integer id1
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.ID1
    • id2

      private Integer id2
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.ID2
    • firstname

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

      private String lastname
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.LASTNAME
    • blob1

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

    • Pkfieldsblobs

      public Pkfieldsblobs()
  • Method Details

    • getId1

      public Integer getId1()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.ID1
      Returns:
      the value of PKFIELDSBLOBS.ID1
    • setId1

      public void setId1(Integer id1)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.ID1
      Parameters:
      id1 - the value for PKFIELDSBLOBS.ID1
    • getId2

      public Integer getId2()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.ID2
      Returns:
      the value of PKFIELDSBLOBS.ID2
    • setId2

      public void setId2(Integer id2)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.ID2
      Parameters:
      id2 - the value for PKFIELDSBLOBS.ID2
    • getFirstname

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

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

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

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

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

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

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

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

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