java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.PkfieldsblobsKey
mbg.test.mb3.generated.conditional.immutable.model.Pkfieldsblobs

public class Pkfieldsblobs extends PkfieldsblobsKey
  • 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
  • Constructor Details

    • Pkfieldsblobs

      public Pkfieldsblobs(Integer id1, Integer id2, String firstname, String lastname)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
    • Pkfieldsblobs

      public Pkfieldsblobs(Integer id1, Integer id2, String firstname, String lastname, byte[] blob1)
      This method was generated by MyBatis Generator. This method corresponds to the database table 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
    • 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
    • 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