public class Pkblobs extends Object implements Serializable
Constructor and Description |
---|
Pkblobs() |
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.
|
Integer |
getId()
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.
|
void |
setId(Integer id)
This method was generated by MyBatis Generator.
|
public Integer getId()
public void setId(Integer id)
id
- the value for PKBLOBS.IDpublic 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)
Copyright © 2010–2018 MyBatis.org. All rights reserved.