Class Pkblobs
java.lang.Object
mbg.test.mb3.generated.mixed.conditional.model.Pkblobs
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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 IntegerThis field was generated by MyBatis Generator.private static final longThis 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.This method was generated by MyBatis Generator.getId()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.voidsetCharacterlob(String characterlob) This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.
-
Field Details
-
id
This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.ID -
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.BLOB1 -
blob2
private byte[] blob2This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.BLOB2 -
characterlob
This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.CHARACTERLOB -
serialVersionUID
private static final long serialVersionUIDThis field was generated by MyBatis Generator. This field corresponds to the database table PKBLOBS- See Also:
-
-
Constructor Details
-
Pkblobs
public Pkblobs()
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.ID- Returns:
- the value of PKBLOBS.ID
-
setId
This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.ID- Parameters:
id- the value for PKBLOBS.ID
-
getBlob1
public byte[] getBlob1()This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.BLOB1- Returns:
- the value of PKBLOBS.BLOB1
-
setBlob1
public void setBlob1(byte[] blob1) This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.BLOB1- Parameters:
blob1- the value for PKBLOBS.BLOB1
-
getBlob2
public byte[] getBlob2()This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.BLOB2- Returns:
- the value of PKBLOBS.BLOB2
-
setBlob2
public void setBlob2(byte[] blob2) This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.BLOB2- Parameters:
blob2- the value for PKBLOBS.BLOB2
-
getCharacterlob
This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.CHARACTERLOB- Returns:
- the value of PKBLOBS.CHARACTERLOB
-
setCharacterlob
This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.CHARACTERLOB- Parameters:
characterlob- the value for PKBLOBS.CHARACTERLOB
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
-