com.liferay.portlet.documentlibrary.model
Class DLContentDataBlobModel
java.lang.Object
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
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLContentDataBlobModel
public DLContentDataBlobModel()
DLContentDataBlobModel
public DLContentDataBlobModel(long contentId)
DLContentDataBlobModel
public DLContentDataBlobModel(long contentId,
Blob dataBlob)
getContentId
public long getContentId()
setContentId
public void setContentId(long contentId)
getDataBlob
public Blob getDataBlob()
setDataBlob
public void setDataBlob(Blob dataBlob)