Class Fieldsblobs
java.lang.Object
mbg.test.mb3.generated.simpleannotated.model.Fieldsblobs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]This field was generated by MyBatis Generator.private byte[]This field was generated by MyBatis Generator.private byte[]This field was generated by MyBatis Generator.private StringThis field was generated by MyBatis Generator.private StringThis field was generated by MyBatis Generator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.byte[]getBlob1()This method was generated by MyBatis Generator.byte[]getBlob2()This method was generated by MyBatis Generator.byte[]getBlob3()This 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.voidsetBlob1(byte[] blob1) This method was generated by MyBatis Generator.voidsetBlob2(byte[] blob2) This method was generated by MyBatis Generator.voidsetBlob3(byte[] blob3) 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.toString()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 -
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB1 -
blob2
private byte[] blob2This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB2 -
blob3
private byte[] blob3This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB3
-
-
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
-
getBlob1
public byte[] getBlob1()This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB1- Returns:
- the value of FIELDSBLOBS.BLOB1
-
setBlob1
public void setBlob1(byte[] blob1) This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB1- Parameters:
blob1- the value for FIELDSBLOBS.BLOB1
-
getBlob2
public byte[] getBlob2()This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB2- Returns:
- the value of FIELDSBLOBS.BLOB2
-
setBlob2
public void setBlob2(byte[] blob2) This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB2- Parameters:
blob2- the value for FIELDSBLOBS.BLOB2
-
getBlob3
public byte[] getBlob3()This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB3- Returns:
- the value of FIELDSBLOBS.BLOB3
-
setBlob3
public void setBlob3(byte[] blob3) This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSBLOBS.BLOB3- Parameters:
blob3- the value for FIELDSBLOBS.BLOB3
-
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 -
toString
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
-