org.jbpm.lob
Class Blob
java.lang.Object
org.jbpm.lob.Blob
- All Implemented Interfaces:
- java.io.Serializable
public class Blob
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Blob()
|
Blob(byte[] bytes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BLOB_STRATEGY
public static final BlobStrategy DEFAULT_BLOB_STRATEGY
blob
protected java.sql.Blob blob
bytes
protected byte[] bytes
chops
protected java.util.List<byte[]> chops
fileName
protected java.lang.String fileName
Blob
public Blob()
Blob
public Blob(byte[] bytes)
extractBytes
public byte[] extractBytes()
getBlobStrategy
protected BlobStrategy getBlobStrategy()
getBlob
public java.sql.Blob getBlob()
setBlob
public void setBlob(java.sql.Blob blob)
getChops
public java.util.List<byte[]> getChops()
setChops
public void setChops(java.util.List<byte[]> chops)
getBytes
public byte[] getBytes()
setBytes
public void setBytes(byte[] bytes)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)