test.ojb.broker
Class ObjectWithBlob

java.lang.Object
  |
  +--test.ojb.broker.ObjectWithBlob

public class ObjectWithBlob
extends java.lang.Object

Version:
1.0
Author:

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

ObjectWithBlob

public ObjectWithBlob()
Method Detail

getBlob

public byte[] getBlob()
Gets the blob.

Returns:
Returns a byte[]

setBlob

public void setBlob(byte[] blob)
Sets the blob.

Parameters:
blob - The blob to set

getClob

public char[] getClob()
Gets the clob.

Returns:
Returns a char[]

setClob

public void setClob(char[] clob)
Sets the clob.

Parameters:
clob - The clob to set

getId

public int getId()
Gets the id.

Returns:
Returns a int

setId

public void setId(int id)
Sets the id.

Parameters:
id - The id to set


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04