Class Pkfieldsblobs

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

public class Pkfieldsblobs extends PkfieldsblobsKey implements Serializable
See Also:
  • 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 String
    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.
    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
    setLastname(String lastname)
    This method was generated by MyBatis Generator.

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

    getId1, getId2, setId1, setId2

    Methods inherited from class java.lang.Object

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

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

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

    • Pkfieldsblobs

      public Pkfieldsblobs()
  • Method Details

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

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