Class FieldsblobsWithBLOBs
java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.Fieldsblobs
mbg.test.mb3.generated.conditional.immutable.model.FieldsblobsWithBLOBs
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldsblobsWithBLOBs(String firstname, String lastname, byte[] blob1, byte[] blob2, byte[] blob3) This method was generated by MyBatis Generator. -
Method Summary
Methods inherited from class mbg.test.mb3.generated.conditional.immutable.model.Fieldsblobs
getFirstname, getLastname
-
Field Details
-
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
-
Method Details
-
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
-
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
-
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
-