Interface DLFileVersionModel
- All Superinterfaces:
AuditedModel,BaseModel<DLFileVersion>,ClassedModel,Cloneable,Comparable<DLFileVersion>,CTModel<DLFileVersion>,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,WorkflowedModel
- All Known Subinterfaces:
DLFileVersion
- All Known Implementing Classes:
DLFileVersionWrapper
@ProviderType
public interface DLFileVersionModel
extends BaseModel<DLFileVersion>, CTModel<DLFileVersion>, MVCCModel, ShardedModel, StagedGroupedModel, WorkflowedModel
The base model interface for the DLFileVersion service. Represents a row in the "DLFileVersion" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.documentlibrary.model.impl.DLFileVersionModelImpl 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.DLFileVersionImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the change log of this document library file version.Returns the checksum of this document library file version.longReturns the company ID of this document library file version.Returns the create date of this document library file version.longReturns the ct collection ID of this document library file version.Returns the description of this document library file version.Returns the display date of this document library file version.Returns the expiration date of this document library file version.Returns the extension of this document library file version.Returns the extra settings of this document library file version.longReturns the file entry ID of this document library file version.longReturns the file entry type ID of this document library file version.Returns the file name of this document library file version.longReturns the file version ID of this document library file version.longReturns the folder ID of this document library file version.longReturns the group ID of this document library file version.Returns the last publish date of this document library file version.Returns the mime type of this document library file version.Returns the modified date of this document library file version.longReturns the mvcc version of this document library file version.longReturns the primary key of this document library file version.longReturns the repository ID of this document library file version.Returns the review date of this document library file version.longgetSize()Returns the size of this document library file version.intReturns the status of this document library file version.longReturns the status by user ID of this document library file version.Returns the status by user name of this document library file version.Returns the status by user uuid of this document library file version.Returns the status date of this document library file version.Returns the store uuid of this document library file version.getTitle()Returns the title of this document library file version.Returns the tree path of this document library file version.longReturns the user ID of this document library file version.Returns the user name of this document library file version.Returns the user uuid of this document library file version.getUuid()Returns the uuid of this document library file version.Returns the version of this document library file version.booleanReturnstrueif this document library file version is approved.booleanisDenied()Returnstrueif this document library file version is denied.booleanisDraft()Returnstrueif this document library file version is a draft.booleanReturnstrueif this document library file version is expired.booleanReturnstrueif this document library file version is inactive.booleanReturnstrueif this document library file version is incomplete.booleanReturnstrueif this document library file version is pending.booleanReturnstrueif this document library file version is scheduled.voidsetChangeLog(String changeLog) Sets the change log of this document library file version.voidsetChecksum(String checksum) Sets the checksum of this document library file version.voidsetCompanyId(long companyId) Sets the company ID of this document library file version.voidsetCreateDate(Date createDate) Sets the create date of this document library file version.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file version.voidsetDescription(String description) Sets the description of this document library file version.voidsetDisplayDate(Date displayDate) Sets the display date of this document library file version.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this document library file version.voidsetExtension(String extension) Sets the extension of this document library file version.voidsetExtraSettings(String extraSettings) Sets the extra settings of this document library file version.voidsetFileEntryId(long fileEntryId) Sets the file entry ID of this document library file version.voidsetFileEntryTypeId(long fileEntryTypeId) Sets the file entry type ID of this document library file version.voidsetFileName(String fileName) Sets the file name of this document library file version.voidsetFileVersionId(long fileVersionId) Sets the file version ID of this document library file version.voidsetFolderId(long folderId) Sets the folder ID of this document library file version.voidsetGroupId(long groupId) Sets the group ID of this document library file version.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this document library file version.voidsetMimeType(String mimeType) Sets the mime type of this document library file version.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this document library file version.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library file version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library file version.voidsetRepositoryId(long repositoryId) Sets the repository ID of this document library file version.voidsetReviewDate(Date reviewDate) Sets the review date of this document library file version.voidsetSize(long size) Sets the size of this document library file version.voidsetStatus(int status) Sets the status of this document library file version.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file version.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this document library file version.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this document library file version.voidsetStatusDate(Date statusDate) Sets the status date of this document library file version.voidsetStoreUUID(String storeUUID) Sets the store uuid of this document library file version.voidSets the title of this document library file version.voidsetTreePath(String treePath) Sets the tree path of this document library file version.voidsetUserId(long userId) Sets the user ID of this document library file version.voidsetUserName(String userName) Sets the user name of this document library file version.voidsetUserUuid(String userUuid) Sets the user uuid of this document library file version.voidSets the uuid of this document library file version.voidsetVersion(String version) Sets the version of this document library file version.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 version.- Specified by:
getPrimaryKeyin interfaceCTModel<DLFileVersion>- Returns:
- the primary key of this document library file version
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this document library file version.- Specified by:
setPrimaryKeyin interfaceCTModel<DLFileVersion>- Parameters:
primaryKey- the primary key of this document library file version
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this document library file version.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this document library file version
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file version.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this document library file version
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this document library file version.- Specified by:
getCtCollectionIdin interfaceCTModel<DLFileVersion>- Returns:
- the ct collection ID of this document library file version
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file version.- Specified by:
setCtCollectionIdin interfaceCTModel<DLFileVersion>- Parameters:
ctCollectionId- the ct collection ID of this document library file version
-
getUuid
Returns the uuid of this document library file version.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this document library file version
-
setUuid
Sets the uuid of this document library file version.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this document library file version
-
getFileVersionId
long getFileVersionId()Returns the file version ID of this document library file version.- Returns:
- the file version ID of this document library file version
-
setFileVersionId
void setFileVersionId(long fileVersionId) Sets the file version ID of this document library file version.- Parameters:
fileVersionId- the file version ID of this document library file version
-
getGroupId
long getGroupId()Returns the group ID of this document library file version.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this document library file version
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this document library file version.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this document library file version
-
getCompanyId
long getCompanyId()Returns the company ID of this document library file version.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this document library file version
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this document library file version.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this document library file version
-
getUserId
long getUserId()Returns the user ID of this document library file version.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this document library file version
-
setUserId
void setUserId(long userId) Sets the user ID of this document library file version.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this document library file version
-
getUserUuid
String getUserUuid()Returns the user uuid of this document library file version.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this document library file version
-
setUserUuid
Sets the user uuid of this document library file version.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this document library file version
-
getUserName
Returns the user name of this document library file version.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this document library file version
-
setUserName
Sets the user name of this document library file version.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this document library file version
-
getCreateDate
Date getCreateDate()Returns the create date of this document library file version.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this document library file version
-
setCreateDate
Sets the create date of this document library file version.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this document library file version
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this document library file version.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this document library file version
-
setModifiedDate
Sets the modified date of this document library file version.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this document library file version
-
getRepositoryId
long getRepositoryId()Returns the repository ID of this document library file version.- Returns:
- the repository ID of this document library file version
-
setRepositoryId
void setRepositoryId(long repositoryId) Sets the repository ID of this document library file version.- Parameters:
repositoryId- the repository ID of this document library file version
-
getFolderId
long getFolderId()Returns the folder ID of this document library file version.- Returns:
- the folder ID of this document library file version
-
setFolderId
void setFolderId(long folderId) Sets the folder ID of this document library file version.- Parameters:
folderId- the folder ID of this document library file version
-
getFileEntryId
long getFileEntryId()Returns the file entry ID of this document library file version.- Returns:
- the file entry ID of this document library file version
-
setFileEntryId
void setFileEntryId(long fileEntryId) Sets the file entry ID of this document library file version.- Parameters:
fileEntryId- the file entry ID of this document library file version
-
getTreePath
Returns the tree path of this document library file version.- Returns:
- the tree path of this document library file version
-
setTreePath
Sets the tree path of this document library file version.- Parameters:
treePath- the tree path of this document library file version
-
getFileName
Returns the file name of this document library file version.- Returns:
- the file name of this document library file version
-
setFileName
Sets the file name of this document library file version.- Parameters:
fileName- the file name of this document library file version
-
getExtension
Returns the extension of this document library file version.- Returns:
- the extension of this document library file version
-
setExtension
Sets the extension of this document library file version.- Parameters:
extension- the extension of this document library file version
-
getMimeType
Returns the mime type of this document library file version.- Returns:
- the mime type of this document library file version
-
setMimeType
Sets the mime type of this document library file version.- Parameters:
mimeType- the mime type of this document library file version
-
getTitle
Returns the title of this document library file version.- Returns:
- the title of this document library file version
-
setTitle
Sets the title of this document library file version.- Parameters:
title- the title of this document library file version
-
getDescription
Returns the description of this document library file version.- Returns:
- the description of this document library file version
-
setDescription
Sets the description of this document library file version.- Parameters:
description- the description of this document library file version
-
getChangeLog
Returns the change log of this document library file version.- Returns:
- the change log of this document library file version
-
setChangeLog
Sets the change log of this document library file version.- Parameters:
changeLog- the change log of this document library file version
-
getExtraSettings
Returns the extra settings of this document library file version.- Returns:
- the extra settings of this document library file version
-
setExtraSettings
Sets the extra settings of this document library file version.- Parameters:
extraSettings- the extra settings of this document library file version
-
getFileEntryTypeId
long getFileEntryTypeId()Returns the file entry type ID of this document library file version.- Returns:
- the file entry type ID of this document library file version
-
setFileEntryTypeId
void setFileEntryTypeId(long fileEntryTypeId) Sets the file entry type ID of this document library file version.- Parameters:
fileEntryTypeId- the file entry type ID of this document library file version
-
getVersion
Returns the version of this document library file version.- Returns:
- the version of this document library file version
-
setVersion
Sets the version of this document library file version.- Parameters:
version- the version of this document library file version
-
getSize
long getSize()Returns the size of this document library file version.- Returns:
- the size of this document library file version
-
setSize
void setSize(long size) Sets the size of this document library file version.- Parameters:
size- the size of this document library file version
-
getChecksum
Returns the checksum of this document library file version.- Returns:
- the checksum of this document library file version
-
setChecksum
Sets the checksum of this document library file version.- Parameters:
checksum- the checksum of this document library file version
-
getStoreUUID
Returns the store uuid of this document library file version.- Returns:
- the store uuid of this document library file version
-
setStoreUUID
Sets the store uuid of this document library file version.- Parameters:
storeUUID- the store uuid of this document library file version
-
getDisplayDate
Date getDisplayDate()Returns the display date of this document library file version.- Returns:
- the display date of this document library file version
-
setDisplayDate
Sets the display date of this document library file version.- Parameters:
displayDate- the display date of this document library file version
-
getExpirationDate
Date getExpirationDate()Returns the expiration date of this document library file version.- Returns:
- the expiration date of this document library file version
-
setExpirationDate
Sets the expiration date of this document library file version.- Parameters:
expirationDate- the expiration date of this document library file version
-
getReviewDate
Date getReviewDate()Returns the review date of this document library file version.- Returns:
- the review date of this document library file version
-
setReviewDate
Sets the review date of this document library file version.- Parameters:
reviewDate- the review date of this document library file version
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this document library file version.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this document library file version
-
setLastPublishDate
Sets the last publish date of this document library file version.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this document library file version
-
getStatus
int getStatus()Returns the status of this document library file version.- Specified by:
getStatusin interfaceWorkflowedModel- Returns:
- the status of this document library file version
-
setStatus
void setStatus(int status) Sets the status of this document library file version.- Specified by:
setStatusin interfaceWorkflowedModel- Parameters:
status- the status of this document library file version
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this document library file version.- Specified by:
getStatusByUserIdin interfaceWorkflowedModel- Returns:
- the status by user ID of this document library file version
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file version.- Specified by:
setStatusByUserIdin interfaceWorkflowedModel- Parameters:
statusByUserId- the status by user ID of this document library file version
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this document library file version.- Specified by:
getStatusByUserUuidin interfaceWorkflowedModel- Returns:
- the status by user uuid of this document library file version
-
setStatusByUserUuid
Sets the status by user uuid of this document library file version.- Specified by:
setStatusByUserUuidin interfaceWorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this document library file version
-
getStatusByUserName
Returns the status by user name of this document library file version.- Specified by:
getStatusByUserNamein interfaceWorkflowedModel- Returns:
- the status by user name of this document library file version
-
setStatusByUserName
Sets the status by user name of this document library file version.- Specified by:
setStatusByUserNamein interfaceWorkflowedModel- Parameters:
statusByUserName- the status by user name of this document library file version
-
getStatusDate
Date getStatusDate()Returns the status date of this document library file version.- Specified by:
getStatusDatein interfaceWorkflowedModel- Returns:
- the status date of this document library file version
-
setStatusDate
Sets the status date of this document library file version.- Specified by:
setStatusDatein interfaceWorkflowedModel- Parameters:
statusDate- the status date of this document library file version
-
isApproved
boolean isApproved()Returnstrueif this document library file version is approved.- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this document library file version is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this document library file version is denied.- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this document library file version is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this document library file version is a draft.- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this document library file version is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this document library file version is expired.- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this document library file version is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this document library file version is inactive.- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this document library file version is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this document library file version is incomplete.- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this document library file version is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this document library file version is pending.- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this document library file version is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this document library file version is scheduled.- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this document library file version is scheduled;falseotherwise
-
cloneWithOriginalValues
DLFileVersion cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<DLFileVersion>
-
toXmlString
-