com.liferay.portlet.documentlibrary.model
Interface DLContent

All Superinterfaces:
BaseModel<DLContent>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<DLContent>, DLContentModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
DLContentWrapper

public interface DLContent
extends DLContentModel, PersistedModel

The extended model interface for the DLContent service. Represents a row in the "DLContent" database table, with each column mapped to a property of this class.

Author:
Brian Wing Shun Chan
See Also:
DLContentModel, DLContentImpl, DLContentModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLContentModel
clone, compareTo, getCompanyId, getContentId, getData, getExpandoBridge, getGroupId, getPath, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getSize, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setContentId, setData, setExpandoBridgeAttributes, setGroupId, setNew, setPath, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setVersion, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist