Class Pkfieldsblobs
java.lang.Object
mbg.test.mb3.generated.annotated.flat.model.Pkfieldsblobs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]This field was generated by MyBatis Generator.private StringThis field was generated by MyBatis Generator.private IntegerThis field was generated by MyBatis Generator.private IntegerThis 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.This method was generated by MyBatis Generator.getId1()This method was generated by MyBatis Generator.getId2()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.voidsetFirstname(String firstname) This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidsetLastname(String lastname) This method was generated by MyBatis Generator.
-
Field Details
-
id1
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.ID1 -
id2
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.ID2 -
firstname
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.FIRSTNAME -
lastname
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.LASTNAME -
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.BLOB1
-
-
Constructor Details
-
Pkfieldsblobs
public Pkfieldsblobs()
-
-
Method Details
-
getId1
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.ID1- Returns:
- the value of PKFIELDSBLOBS.ID1
-
setId1
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.ID1- Parameters:
id1- the value for PKFIELDSBLOBS.ID1
-
getId2
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.ID2- Returns:
- the value of PKFIELDSBLOBS.ID2
-
setId2
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.ID2- Parameters:
id2- the value for PKFIELDSBLOBS.ID2
-
getFirstname
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.FIRSTNAME- Returns:
- the value of PKFIELDSBLOBS.FIRSTNAME
-
setFirstname
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.FIRSTNAME- Parameters:
firstname- the value for PKFIELDSBLOBS.FIRSTNAME
-
getLastname
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.LASTNAME- Returns:
- the value of PKFIELDSBLOBS.LASTNAME
-
setLastname
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.LASTNAME- Parameters:
lastname- the value for PKFIELDSBLOBS.LASTNAME
-
getBlob1
public byte[] getBlob1()This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.BLOB1- Returns:
- the value of PKFIELDSBLOBS.BLOB1
-
setBlob1
public void setBlob1(byte[] blob1) This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDSBLOBS.BLOB1- Parameters:
blob1- the value for PKFIELDSBLOBS.BLOB1
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
-