com.liferay.portlet.documentlibrary.model
Interface DLFileVersion

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, DLFileVersionModel, java.io.Serializable

public interface DLFileVersion
extends DLFileVersionModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the DLFileVersion table in the database.

Customize com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
DLFileVersionModel, com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel
getCompanyId, getCreateDate, getFileVersionId, getFolderId, getName, getPrimaryKey, getSize, getUserId, getUserName, getVersion, setCompanyId, setCreateDate, setFileVersionId, setFolderId, setName, setPrimaryKey, setSize, setUserId, setUserName, setVersion, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo