Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to DLFileVersionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a d l file version model instance should use the DLFileVersion interface instead.

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 for this model instance

getFileEntry

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

getIcon

String getIcon()

Liferay 6.0.5