Liferay 6.0.3

com.liferay.portlet.documentlibrary.model
Interface DLFileVersion

All Superinterfaces:
BaseModel<DLFileVersion>, Cloneable, Comparable<DLFileVersion>, DLFileVersionModel, Serializable
All Known Implementing Classes:
DLFileVersionImpl, DLFileVersionWrapper

public interface DLFileVersion
extends DLFileVersionModel

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

Customize DLFileVersionImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
DLFileVersionModel, DLFileVersionImpl, DLFileVersionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 DLFileEntry getFileEntry()
           
 String getIcon()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileVersionModel
clone, compareTo, getChangeLog, getCompanyId, getCreateDate, getDescription, getExtension, getExtraSettings, getFileVersionId, getFolderId, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setCachedModel, setChangeLog, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setExtension, setExtraSettings, setFileVersionId, setFolderId, setGroupId, setName, setNew, setPrimaryKey, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setUserId, setUserName, setUserUuid, setVersion, toEscapedModel, toString, toXmlString
 

Method Detail

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<DLFileVersion>
Specified by:
getExpandoBridge in interface DLFileVersionModel
Returns:
the expando bridge

getFileEntry

DLFileEntry getFileEntry()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getIcon

String getIcon()

Liferay 6.0.3