org.apache.ojb.broker
Class BlobTest.ObjectWithBlob

java.lang.Object
  extended byorg.apache.ojb.broker.BlobTest.ObjectWithBlob
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BlobTest

public static class BlobTest.ObjectWithBlob
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

BlobTest.ObjectWithBlob

public BlobTest.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 java.lang.String getClob()
Gets the clob.

Returns:
Returns a char[]

setClob

public void setClob(java.lang.String 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 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14