com.liferay.portlet.documentlibrary.model
Class DLContentDataBlobModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLContentDataBlobModel
public class DLContentDataBlobModel
- extends java.lang.Object
The Blob model class for lazy loading the data column in DLContent.
- Author:
- Brian Wing Shun Chan
- See Also:
DLContent- 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,
java.sql.Blob dataBlob)
getContentId
public long getContentId()
setContentId
public void setContentId(long contentId)
getDataBlob
public java.sql.Blob getDataBlob()
setDataBlob
public void setDataBlob(java.sql.Blob dataBlob)