Class Fieldsblobs
java.lang.Object
mbg.test.mb3.generated.annotated.conditional.model.Fieldsblobs
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FieldsblobsWithBLOBs
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidsetFirstname(String firstname) This method was generated by MyBatis Generator.voidsetLastname(String lastname) 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 -
serialVersionUID
private static final long serialVersionUIDThis field was generated by MyBatis Generator. This field corresponds to the database table FIELDSBLOBS- See Also:
-
-
Constructor Details
-
Fieldsblobs
public 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
-
setFirstname
This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.FIRSTNAME- Parameters:
firstname- the value for 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
-
setLastname
This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.LASTNAME- Parameters:
lastname- the value for FIELDSBLOBS.LASTNAME
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
-