Interface DLFileEntryModel
- All Superinterfaces:
AttachedModel,AuditedModel,BaseModel<DLFileEntry>,ClassedModel,Cloneable,Comparable<DLFileEntry>,CTModel<DLFileEntry>,ExternalReferenceCodeModel,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TrashedModel,TypedModel
- All Known Subinterfaces:
DLFileEntry
- All Known Implementing Classes:
DLFileEntryWrapper
@ProviderType
public interface DLFileEntryModel
extends AttachedModel, BaseModel<DLFileEntry>, CTModel<DLFileEntry>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedGroupedModel, TrashedModel
The base model interface for the DLFileEntry service. Represents a row in the "DLFileEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this document library file entry.longReturns the class name ID of this document library file entry.longReturns the class pk of this document library file entry.longReturns the company ID of this document library file entry.Returns the create date of this document library file entry.longReturns the ct collection ID of this document library file entry.longReturns the custom1 image ID of this document library file entry.longReturns the custom2 image ID of this document library file entry.Returns the description of this document library file entry.Returns the display date of this document library file entry.Returns the expiration date of this document library file entry.Returns the extension of this document library file entry.Returns the external reference code of this document library file entry.Returns the extra settings of this document library file entry.longReturns the file entry ID of this document library file entry.longReturns the file entry type ID of this document library file entry.Returns the file name of this document library file entry.longReturns the folder ID of this document library file entry.longReturns the group ID of this document library file entry.longReturns the large image ID of this document library file entry.Returns the last publish date of this document library file entry.booleanReturns the manual check in required of this document library file entry.Returns the mime type of this document library file entry.Returns the modified date of this document library file entry.longReturns the mvcc version of this document library file entry.getName()Returns the name of this document library file entry.longReturns the primary key of this document library file entry.longReturns the repository ID of this document library file entry.Returns the review date of this document library file entry.longgetSize()Returns the size of this document library file entry.longReturns the small image ID of this document library file entry.intReturns the status of this document library file entry.getTitle()Returns the title of this document library file entry.longReturns the class primary key of the trash entry for this document library file entry.Returns the tree path of this document library file entry.longReturns the user ID of this document library file entry.Returns the user name of this document library file entry.Returns the user uuid of this document library file entry.getUuid()Returns the uuid of this document library file entry.Returns the version of this document library file entry.booleanReturnstrueif this document library file entry is in the Recycle Bin.booleanReturnstrueif this document library file entry is manual check in required.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this document library file entry.voidsetClassPK(long classPK) Sets the class pk of this document library file entry.voidsetCompanyId(long companyId) Sets the company ID of this document library file entry.voidsetCreateDate(Date createDate) Sets the create date of this document library file entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file entry.voidsetCustom1ImageId(long custom1ImageId) Sets the custom1 image ID of this document library file entry.voidsetCustom2ImageId(long custom2ImageId) Sets the custom2 image ID of this document library file entry.voidsetDescription(String description) Sets the description of this document library file entry.voidsetDisplayDate(Date displayDate) Sets the display date of this document library file entry.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this document library file entry.voidsetExtension(String extension) Sets the extension of this document library file entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this document library file entry.voidsetExtraSettings(String extraSettings) Sets the extra settings of this document library file entry.voidsetFileEntryId(long fileEntryId) Sets the file entry ID of this document library file entry.voidsetFileEntryTypeId(long fileEntryTypeId) Sets the file entry type ID of this document library file entry.voidsetFileName(String fileName) Sets the file name of this document library file entry.voidsetFolderId(long folderId) Sets the folder ID of this document library file entry.voidsetGroupId(long groupId) Sets the group ID of this document library file entry.voidsetLargeImageId(long largeImageId) Sets the large image ID of this document library file entry.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this document library file entry.voidsetManualCheckInRequired(boolean manualCheckInRequired) Sets whether this document library file entry is manual check in required.voidsetMimeType(String mimeType) Sets the mime type of this document library file entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this document library file entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library file entry.voidSets the name of this document library file entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library file entry.voidsetRepositoryId(long repositoryId) Sets the repository ID of this document library file entry.voidsetReviewDate(Date reviewDate) Sets the review date of this document library file entry.voidsetSize(long size) Sets the size of this document library file entry.voidsetSmallImageId(long smallImageId) Sets the small image ID of this document library file entry.voidSets the title of this document library file entry.voidsetTreePath(String treePath) Sets the tree path of this document library file entry.voidsetUserId(long userId) Sets the user ID of this document library file entry.voidsetUserName(String userName) Sets the user name of this document library file entry.voidsetUserUuid(String userUuid) Sets the user uuid of this document library file entry.voidSets the uuid of this document library file entry.voidsetVersion(String version) Sets the version of this document library file entry.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this document library file entry.- Specified by:
getPrimaryKeyin interfaceCTModel<DLFileEntry>- Returns:
- the primary key of this document library file entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this document library file entry.- Specified by:
setPrimaryKeyin interfaceCTModel<DLFileEntry>- Parameters:
primaryKey- the primary key of this document library file entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this document library file entry.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this document library file entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file entry.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this document library file entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this document library file entry.- Specified by:
getCtCollectionIdin interfaceCTModel<DLFileEntry>- Returns:
- the ct collection ID of this document library file entry
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file entry.- Specified by:
setCtCollectionIdin interfaceCTModel<DLFileEntry>- Parameters:
ctCollectionId- the ct collection ID of this document library file entry
-
getUuid
Returns the uuid of this document library file entry.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this document library file entry
-
setUuid
Sets the uuid of this document library file entry.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this document library file entry
-
getExternalReferenceCode
Returns the external reference code of this document library file entry.- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this document library file entry
-
setExternalReferenceCode
Sets the external reference code of this document library file entry.- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this document library file entry
-
getFileEntryId
long getFileEntryId()Returns the file entry ID of this document library file entry.- Returns:
- the file entry ID of this document library file entry
-
setFileEntryId
void setFileEntryId(long fileEntryId) Sets the file entry ID of this document library file entry.- Parameters:
fileEntryId- the file entry ID of this document library file entry
-
getGroupId
long getGroupId()Returns the group ID of this document library file entry.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this document library file entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this document library file entry.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this document library file entry
-
getCompanyId
long getCompanyId()Returns the company ID of this document library file entry.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this document library file entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this document library file entry.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this document library file entry
-
getUserId
long getUserId()Returns the user ID of this document library file entry.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this document library file entry
-
setUserId
void setUserId(long userId) Sets the user ID of this document library file entry.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this document library file entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this document library file entry.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this document library file entry
-
setUserUuid
Sets the user uuid of this document library file entry.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this document library file entry
-
getUserName
Returns the user name of this document library file entry.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this document library file entry
-
setUserName
Sets the user name of this document library file entry.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this document library file entry
-
getCreateDate
Date getCreateDate()Returns the create date of this document library file entry.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this document library file entry
-
setCreateDate
Sets the create date of this document library file entry.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this document library file entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this document library file entry.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this document library file entry
-
setModifiedDate
Sets the modified date of this document library file entry.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this document library file entry
-
getClassName
String getClassName()Returns the fully qualified class name of this document library file entry.- Specified by:
getClassNamein interfaceTypedModel- Returns:
- the fully qualified class name of this document library file entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this document library file entry.- Specified by:
getClassNameIdin interfaceTypedModel- Returns:
- the class name ID of this document library file entry
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this document library file entry.- Specified by:
setClassNameIdin interfaceTypedModel- Parameters:
classNameId- the class name ID of this document library file entry
-
getClassPK
long getClassPK()Returns the class pk of this document library file entry.- Specified by:
getClassPKin interfaceAttachedModel- Returns:
- the class pk of this document library file entry
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this document library file entry.- Specified by:
setClassPKin interfaceAttachedModel- Parameters:
classPK- the class pk of this document library file entry
-
getRepositoryId
long getRepositoryId()Returns the repository ID of this document library file entry.- Returns:
- the repository ID of this document library file entry
-
setRepositoryId
void setRepositoryId(long repositoryId) Sets the repository ID of this document library file entry.- Parameters:
repositoryId- the repository ID of this document library file entry
-
getFolderId
long getFolderId()Returns the folder ID of this document library file entry.- Returns:
- the folder ID of this document library file entry
-
setFolderId
void setFolderId(long folderId) Sets the folder ID of this document library file entry.- Parameters:
folderId- the folder ID of this document library file entry
-
getTreePath
Returns the tree path of this document library file entry.- Returns:
- the tree path of this document library file entry
-
setTreePath
Sets the tree path of this document library file entry.- Parameters:
treePath- the tree path of this document library file entry
-
getName
Returns the name of this document library file entry.- Returns:
- the name of this document library file entry
-
setName
Sets the name of this document library file entry.- Parameters:
name- the name of this document library file entry
-
getFileName
Returns the file name of this document library file entry.- Returns:
- the file name of this document library file entry
-
setFileName
Sets the file name of this document library file entry.- Parameters:
fileName- the file name of this document library file entry
-
getExtension
Returns the extension of this document library file entry.- Returns:
- the extension of this document library file entry
-
setExtension
Sets the extension of this document library file entry.- Parameters:
extension- the extension of this document library file entry
-
getMimeType
Returns the mime type of this document library file entry.- Returns:
- the mime type of this document library file entry
-
setMimeType
Sets the mime type of this document library file entry.- Parameters:
mimeType- the mime type of this document library file entry
-
getTitle
Returns the title of this document library file entry.- Returns:
- the title of this document library file entry
-
setTitle
Sets the title of this document library file entry.- Parameters:
title- the title of this document library file entry
-
getDescription
Returns the description of this document library file entry.- Returns:
- the description of this document library file entry
-
setDescription
Sets the description of this document library file entry.- Parameters:
description- the description of this document library file entry
-
getExtraSettings
Returns the extra settings of this document library file entry.- Returns:
- the extra settings of this document library file entry
-
setExtraSettings
Sets the extra settings of this document library file entry.- Parameters:
extraSettings- the extra settings of this document library file entry
-
getFileEntryTypeId
long getFileEntryTypeId()Returns the file entry type ID of this document library file entry.- Returns:
- the file entry type ID of this document library file entry
-
setFileEntryTypeId
void setFileEntryTypeId(long fileEntryTypeId) Sets the file entry type ID of this document library file entry.- Parameters:
fileEntryTypeId- the file entry type ID of this document library file entry
-
getVersion
Returns the version of this document library file entry.- Returns:
- the version of this document library file entry
-
setVersion
Sets the version of this document library file entry.- Parameters:
version- the version of this document library file entry
-
getSize
long getSize()Returns the size of this document library file entry.- Returns:
- the size of this document library file entry
-
setSize
void setSize(long size) Sets the size of this document library file entry.- Parameters:
size- the size of this document library file entry
-
getSmallImageId
long getSmallImageId()Returns the small image ID of this document library file entry.- Returns:
- the small image ID of this document library file entry
-
setSmallImageId
void setSmallImageId(long smallImageId) Sets the small image ID of this document library file entry.- Parameters:
smallImageId- the small image ID of this document library file entry
-
getLargeImageId
long getLargeImageId()Returns the large image ID of this document library file entry.- Returns:
- the large image ID of this document library file entry
-
setLargeImageId
void setLargeImageId(long largeImageId) Sets the large image ID of this document library file entry.- Parameters:
largeImageId- the large image ID of this document library file entry
-
getCustom1ImageId
long getCustom1ImageId()Returns the custom1 image ID of this document library file entry.- Returns:
- the custom1 image ID of this document library file entry
-
setCustom1ImageId
void setCustom1ImageId(long custom1ImageId) Sets the custom1 image ID of this document library file entry.- Parameters:
custom1ImageId- the custom1 image ID of this document library file entry
-
getCustom2ImageId
long getCustom2ImageId()Returns the custom2 image ID of this document library file entry.- Returns:
- the custom2 image ID of this document library file entry
-
setCustom2ImageId
void setCustom2ImageId(long custom2ImageId) Sets the custom2 image ID of this document library file entry.- Parameters:
custom2ImageId- the custom2 image ID of this document library file entry
-
getManualCheckInRequired
boolean getManualCheckInRequired()Returns the manual check in required of this document library file entry.- Returns:
- the manual check in required of this document library file entry
-
isManualCheckInRequired
boolean isManualCheckInRequired()Returnstrueif this document library file entry is manual check in required.- Returns:
trueif this document library file entry is manual check in required;falseotherwise
-
setManualCheckInRequired
void setManualCheckInRequired(boolean manualCheckInRequired) Sets whether this document library file entry is manual check in required.- Parameters:
manualCheckInRequired- the manual check in required of this document library file entry
-
getDisplayDate
Date getDisplayDate()Returns the display date of this document library file entry.- Returns:
- the display date of this document library file entry
-
setDisplayDate
Sets the display date of this document library file entry.- Parameters:
displayDate- the display date of this document library file entry
-
getExpirationDate
Date getExpirationDate()Returns the expiration date of this document library file entry.- Returns:
- the expiration date of this document library file entry
-
setExpirationDate
Sets the expiration date of this document library file entry.- Parameters:
expirationDate- the expiration date of this document library file entry
-
getReviewDate
Date getReviewDate()Returns the review date of this document library file entry.- Returns:
- the review date of this document library file entry
-
setReviewDate
Sets the review date of this document library file entry.- Parameters:
reviewDate- the review date of this document library file entry
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this document library file entry.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this document library file entry
-
setLastPublishDate
Sets the last publish date of this document library file entry.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this document library file entry
-
getStatus
int getStatus()Returns the status of this document library file entry.- Specified by:
getStatusin interfaceTrashedModel- Returns:
- the status of this document library file entry
-
getTrashEntryClassPK
long getTrashEntryClassPK()Returns the class primary key of the trash entry for this document library file entry.- Specified by:
getTrashEntryClassPKin interfaceTrashedModel- Returns:
- the class primary key of the trash entry for this document library file entry
-
isInTrash
boolean isInTrash()Returnstrueif this document library file entry is in the Recycle Bin.- Specified by:
isInTrashin interfaceTrashedModel- Returns:
trueif this document library file entry is in the Recycle Bin;falseotherwise
-
cloneWithOriginalValues
DLFileEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<DLFileEntry>
-
toXmlString
-