|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.BlobTest.ObjectWithBlob
| Constructor Summary | |
BlobTest.ObjectWithBlob()
|
|
| Method Summary | |
byte[] |
getBlob()
Gets the blob. |
java.lang.String |
getClob()
Gets the clob. |
int |
getId()
Gets the id. |
void |
setBlob(byte[] blob)
Sets the blob. |
void |
setClob(java.lang.String 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 BlobTest.ObjectWithBlob()
| Method Detail |
public byte[] getBlob()
public void setBlob(byte[] blob)
blob - The blob to setpublic java.lang.String getClob()
public void setClob(java.lang.String 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 | ||||||||