Class Fieldsblobs
java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.Fieldsblobs
- Direct Known Subclasses:
FieldsblobsWithBLOBs
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldsblobs(String firstname, String lastname) This method was generated by MyBatis Generator. -
Method Summary
Modifier and TypeMethodDescriptionThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.
-
Field Details
-
firstname
This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.FIRSTNAME -
lastname
This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.LASTNAME
-
-
Constructor Details
-
Fieldsblobs
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
-
-
Method Details
-
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
This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.LASTNAME- Returns:
- the value of FIELDSBLOBS.LASTNAME
-