java.lang.Object
mbg.test.mb3.generated.hierarchical.immutable.model.Fieldsblobs
Direct Known Subclasses:
FieldsblobsWithBLOBs

public class Fieldsblobs extends Object
  • Field Details

    • firstname

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

      private String lastname
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.LASTNAME
  • Constructor Details

    • Fieldsblobs

      public Fieldsblobs(String firstname, String lastname)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
  • Method Details

    • getFirstname

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

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