public class FieldsblobsWithBLOBs extends Fieldsblobs
Constructor and Description |
---|
FieldsblobsWithBLOBs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that)
This 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.
|
int |
hashCode()
This method was generated by MyBatis Generator.
|
void |
setBlob1(byte[] blob1)
This method was generated by MyBatis Generator.
|
void |
setBlob2(byte[] blob2)
This method was generated by MyBatis Generator.
|
void |
setBlob3(byte[] blob3)
This method was generated by MyBatis Generator.
|
getFirstname, getLastname, setFirstname, setLastname
public byte[] getBlob1()
public void setBlob1(byte[] blob1)
blob1
- the value for FIELDSBLOBS.BLOB1public byte[] getBlob2()
public void setBlob2(byte[] blob2)
blob2
- the value for FIELDSBLOBS.BLOB2public byte[] getBlob3()
public void setBlob3(byte[] blob3)
blob3
- the value for FIELDSBLOBS.BLOB3public boolean equals(Object that)
equals
in class Fieldsblobs
public int hashCode()
hashCode
in class Fieldsblobs
Copyright © 2010–2018 MyBatis.org. All rights reserved.