public class PkblobsWithBLOBs extends PkblobsKey
| Constructor and Description |
|---|
PkblobsWithBLOBs() |
| 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.
|
String |
getCharacterlob()
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 |
setCharacterlob(String characterlob)
This method was generated by MyBatis Generator.
|
getId, setIdpublic byte[] getBlob1()
public void setBlob1(byte[] blob1)
blob1 - the value for PKBLOBS.BLOB1public byte[] getBlob2()
public void setBlob2(byte[] blob2)
blob2 - the value for PKBLOBS.BLOB2public String getCharacterlob()
public void setCharacterlob(String characterlob)
characterlob - the value for PKBLOBS.CHARACTERLOBpublic boolean equals(Object that)
equals in class PkblobsKeypublic int hashCode()
hashCode in class PkblobsKeyCopyright © 2010–2015 MyBatis.org. All rights reserved.