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, setId
public 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 PkblobsKey
public int hashCode()
hashCode
in class PkblobsKey
Copyright © 2010–2018 MyBatis.org. All rights reserved.