org.apache.ode.daohib.bpel.hobj
Class HLargeData

java.lang.Object
  extended by org.apache.ode.daohib.bpel.hobj.HObject
      extended by org.apache.ode.daohib.bpel.hobj.HLargeData

public class HLargeData
extends HObject

Used to store large data sets into a single table. When an HObject instance needs to store as part of its state large binary or text data, a reference to an instance of this class must be created.


Constructor Summary
HLargeData()
           
HLargeData(byte[] binary)
           
HLargeData(java.lang.String text)
           
 
Method Summary
 byte[] getBinary()
           
 java.lang.String getText()
           
 void setBinary(byte[] binary)
           
 
Methods inherited from class org.apache.ode.daohib.bpel.hobj.HObject
getCreated, getId, getLock, setCreated, setId, setLock, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HLargeData

public HLargeData()

HLargeData

public HLargeData(byte[] binary)

HLargeData

public HLargeData(java.lang.String text)
Method Detail

getBinary

public byte[] getBinary()

setBinary

public void setBinary(byte[] binary)

getText

public java.lang.String getText()