com.liferay.portlet.documentlibrary.model
Interface DLFileEntry

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, DLFileEntryModel, java.io.Serializable

public interface DLFileEntry
extends DLFileEntryModel

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 DLFileEntry table in the database.

Customize com.liferay.portlet.documentlibrary.service.model.impl.DLFileEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.documentlibrary.service.model.DLFileEntryModel, com.liferay.portlet.documentlibrary.service.model.impl.DLFileEntryImpl, com.liferay.portlet.documentlibrary.service.model.impl.DLFileEntryModelImpl

Method Summary
 java.lang.String getExtraSettings()
           
 java.util.Properties getExtraSettingsProperties()
           
 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 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
 

Method Detail

getFolder

public DLFolder getFolder()

getTitleWithExtension

public java.lang.String getTitleWithExtension()

getExtraSettings

public java.lang.String getExtraSettings()
Specified by:
getExtraSettings in interface DLFileEntryModel

setExtraSettings

public void setExtraSettings(java.lang.String extraSettings)
Specified by:
setExtraSettings in interface DLFileEntryModel

getExtraSettingsProperties

public java.util.Properties getExtraSettingsProperties()

setExtraSettingsProperties

public void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)

getLuceneProperties

public java.lang.String getLuceneProperties()