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.service.model.impl.DLFileVersionImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.documentlibrary.service.model.DLFileVersionModel
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileVersionImpl
,
com.liferay.portlet.documentlibrary.service.model.impl.DLFileVersionModelImpl
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 java.lang.Comparable |
compareTo |