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

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
          extended bycom.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portlet.documentlibrary.model.DLFileEntry, com.liferay.portlet.documentlibrary.model.DLFileEntryModel, java.io.Serializable

public class DLFileEntryImpl
extends DLFileEntryModelImpl
implements com.liferay.portlet.documentlibrary.model.DLFileEntry

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static int DEFAULT_READ_COUNT
           
static double DEFAULT_VERSION
           
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_EXTRASETTINGS, XSS_ALLOW_NAME, XSS_ALLOW_TITLE, XSS_ALLOW_USERNAME, XSS_ALLOW_VERSIONUSERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
DLFileEntryImpl()
           
 
Method Summary
 java.lang.String getExtraSettings()
           
 java.util.Properties getExtraSettingsProperties()
           
 com.liferay.portlet.documentlibrary.model.DLFolder getFolder()
           
 java.lang.String getLuceneProperties()
           
 java.lang.String getTitleWithExtension()
           
 void setExtraSettings(java.lang.String extraSettings)
           
 void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getFileEntryId, getFolderId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getReadCount, getSize, getTitle, getUserId, getUserName, getVersion, getVersionUserId, getVersionUserName, hashCode, setCompanyId, setCreateDate, setDescription, setFileEntryId, setFolderId, setModifiedDate, setName, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setVersion, setVersionUserId, setVersionUserName
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel
getCompanyId, getCreateDate, getDescription, getFileEntryId, getFolderId, getModifiedDate, getName, getPrimaryKey, getReadCount, getSize, getTitle, getUserId, getUserName, getVersion, getVersionUserId, getVersionUserName, setCompanyId, setCreateDate, setDescription, setFileEntryId, setFolderId, setModifiedDate, setName, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setVersion, setVersionUserId, setVersionUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DEFAULT_VERSION

public static final double DEFAULT_VERSION
See Also:
Constant Field Values

DEFAULT_READ_COUNT

public static final int DEFAULT_READ_COUNT
See Also:
Constant Field Values
Constructor Detail

DLFileEntryImpl

public DLFileEntryImpl()
Method Detail

getFolder

public com.liferay.portlet.documentlibrary.model.DLFolder getFolder()
Specified by:
getFolder in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getTitleWithExtension

public java.lang.String getTitleWithExtension()
Specified by:
getTitleWithExtension in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getExtraSettings

public java.lang.String getExtraSettings()
Specified by:
getExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntry
Overrides:
getExtraSettings in class DLFileEntryModelImpl

setExtraSettings

public void setExtraSettings(java.lang.String extraSettings)
Specified by:
setExtraSettings in interface com.liferay.portlet.documentlibrary.model.DLFileEntry
Overrides:
setExtraSettings in class DLFileEntryModelImpl

getExtraSettingsProperties

public java.util.Properties getExtraSettingsProperties()
Specified by:
getExtraSettingsProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

setExtraSettingsProperties

public void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
Specified by:
setExtraSettingsProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry

getLuceneProperties

public java.lang.String getLuceneProperties()
Specified by:
getLuceneProperties in interface com.liferay.portlet.documentlibrary.model.DLFileEntry