Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.impl.blob
Class DefaultBlob

java.lang.Object
  extended by org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
      extended by org.nuxeo.ecm.core.api.impl.blob.DefaultBlob
All Implemented Interfaces:
java.io.Serializable, Blob
Direct Known Subclasses:
ByteArrayBlob, StreamingBlob, StringBlob

public abstract class DefaultBlob
extends AbstractBlob
implements java.io.Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
EMPTY_BYTE_ARRAY, EMPTY_INPUT_STREAM, EMPTY_READER, EMPTY_STRING
 
Constructor Summary
DefaultBlob()
           
 
Method Summary
 java.lang.String getDigest()
           
 java.lang.String getEncoding()
           
 java.lang.String getFilename()
           
 java.lang.String getMimeType()
           
 void setDigest(java.lang.String digest)
           
 void setEncoding(java.lang.String encoding)
           
 void setFilename(java.lang.String filename)
           
 void setMimeType(java.lang.String mimeType)
           
 
Methods inherited from class org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
copy, copy, transferTo, transferTo, transferTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.core.api.Blob
getByteArray, getLength, getReader, getStream, getString, isPersistent, persist
 

Constructor Detail

DefaultBlob

public DefaultBlob()
Method Detail

getDigest

public java.lang.String getDigest()
Specified by:
getDigest in interface Blob

getEncoding

public java.lang.String getEncoding()
Specified by:
getEncoding in interface Blob

getFilename

public java.lang.String getFilename()
Specified by:
getFilename in interface Blob

getMimeType

public java.lang.String getMimeType()
Specified by:
getMimeType in interface Blob

setDigest

public void setDigest(java.lang.String digest)
Specified by:
setDigest in interface Blob

setEncoding

public void setEncoding(java.lang.String encoding)
Specified by:
setEncoding in interface Blob

setFilename

public void setFilename(java.lang.String filename)
Specified by:
setFilename in interface Blob

setMimeType

public void setMimeType(java.lang.String mimeType)
Specified by:
setMimeType in interface Blob

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.