Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLContentDataBlobModel

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLContentDataBlobModel

public class DLContentDataBlobModel
extends Object

The Blob model class for lazy loading the data column in DLContent.

See Also:
DLContent

Constructor Summary
DLContentDataBlobModel()
           
DLContentDataBlobModel(long contentId)
           
DLContentDataBlobModel(long contentId, Blob dataBlob)
           
 
Method Summary
 long getContentId()
           
 Blob getDataBlob()
           
 void setContentId(long contentId)
           
 void setDataBlob(Blob dataBlob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLContentDataBlobModel

public DLContentDataBlobModel()

DLContentDataBlobModel

public DLContentDataBlobModel(long contentId)

DLContentDataBlobModel

public DLContentDataBlobModel(long contentId,
                              Blob dataBlob)
Method Detail

getContentId

public long getContentId()

setContentId

public void setContentId(long contentId)

getDataBlob

public Blob getDataBlob()

setDataBlob

public void setDataBlob(Blob dataBlob)

Liferay 6.1.2-ce-ga3