Liferay 6.0.5

com.liferay.portlet.documentlibrary.model.impl
Class DLFileVersionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileVersion>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl
All Implemented Interfaces:
BaseModel<DLFileVersion>, DLFileVersion, DLFileVersionModel, Serializable, Cloneable, Comparable<DLFileVersion>

public class DLFileVersionImpl
extends DLFileVersionModelImpl
implements DLFileVersion

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DLFileVersionImpl()
           
 
Method Summary
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 DLFileEntry getFileEntry()
           
 String getIcon()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl
clone, compareTo, equals, getChangeLog, getCompanyId, getCreateDate, getDescription, getExtension, getExtraSettings, getFileVersionId, getFolderId, getGroupId, getName, getOriginalFolderId, getOriginalGroupId, getOriginalName, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getSize, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isDraft, isExpired, isPending, setChangeLog, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExtension, setExtraSettings, setFileVersionId, setFolderId, setGroupId, setName, setPrimaryKey, setSize, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setUserId, setUserName, setUserUuid, setVersion, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DLFileVersionImpl

public DLFileVersionImpl()
Method Detail

getExpandoBridge

public 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 DLFileVersion
Specified by:
getExpandoBridge in interface DLFileVersionModel
Overrides:
getExpandoBridge in class DLFileVersionModelImpl
Returns:
the expando bridge for this model instance

getFileEntry

public DLFileEntry getFileEntry()
                         throws PortalException,
                                SystemException
Specified by:
getFileEntry in interface DLFileVersion
Throws:
PortalException
SystemException

getIcon

public String getIcon()
Specified by:
getIcon in interface DLFileVersion

Liferay 6.0.5