|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.broker.ObjectWithBlob
Constructor Summary | |
ObjectWithBlob()
|
Method Summary | |
byte[] |
getBlob()
Gets the blob. |
char[] |
getClob()
Gets the clob. |
int |
getId()
Gets the id. |
void |
setBlob(byte[] blob)
Sets the blob. |
void |
setClob(char[] clob)
Sets the clob. |
void |
setId(int id)
Sets the id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectWithBlob()
Method Detail |
public byte[] getBlob()
public void setBlob(byte[] blob)
blob
- The blob to setpublic char[] getClob()
public void setClob(char[] clob)
clob
- The clob to setpublic int getId()
public void setId(int id)
id
- The id to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |