Class Pkfieldsblobs
java.lang.Object
mbg.test.mb3.generated.conditional.model.PkfieldsblobsKey
mbg.test.mb3.generated.conditional.model.Pkfieldsblobs
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
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.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.voidsetLastname(String lastname) This method was generated by MyBatis Generator.Methods inherited from class mbg.test.mb3.generated.conditional.model.PkfieldsblobsKey
getId1, getId2, setId1, setId2
-
Field Details
-
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 -
serialVersionUID
private static final long serialVersionUIDThis field was generated by MyBatis Generator. This field corresponds to the database table PKFIELDSBLOBS- See Also:
-
-
Constructor Details
-
Pkfieldsblobs
public Pkfieldsblobs()
-
-
Method Details
-
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- Overrides:
equalsin classPkfieldsblobsKey
-
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS- Overrides:
hashCodein classPkfieldsblobsKey
-