Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLContent

All Superinterfaces:
BaseModel<DLContent>, ClassedModel, Cloneable, Comparable<DLContent>, DLContentModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
DLContentBaseImpl, DLContentImpl, DLContentWrapper

@ProviderType
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.

See Also:
DLContentModel, DLContentImpl, DLContentModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<DLContent,Long> CONTENT_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPath, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setSize, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

CONTENT_ID_ACCESSOR

static final Accessor<DLContent,Long> CONTENT_ID_ACCESSOR

Liferay 7.0-ce-b4