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.model.impl.DLFileEntryImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileEntryModel
,
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl
,
com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryModel |
getCompanyId, getCreateDate, getDescription, getFileEntryId, getFolderId, getModifiedDate, getName, getPrimaryKey, getReadCount, getSize, getTitle, getUserId, getUserName, getUuid, getVersion, getVersionUserId, getVersionUserName, setCompanyId, setCreateDate, setDescription, setFileEntryId, setFolderId, setModifiedDate, setName, setPrimaryKey, setReadCount, setSize, setTitle, setUserId, setUserName, setUuid, setVersion, setVersionUserId, setVersionUserName, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getFolder
DLFolder getFolder()
getTitleWithExtension
java.lang.String getTitleWithExtension()
getExtraSettings
java.lang.String getExtraSettings()
- Specified by:
getExtraSettings
in interface DLFileEntryModel
setExtraSettings
void setExtraSettings(java.lang.String extraSettings)
- Specified by:
setExtraSettings
in interface DLFileEntryModel
getExtraSettingsProperties
java.util.Properties getExtraSettingsProperties()
setExtraSettingsProperties
void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
getLuceneProperties
java.lang.String getLuceneProperties()