Class DLFileVersionWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFileVersion>
com.liferay.document.library.kernel.model.DLFileVersionWrapper
- All Implemented Interfaces:
DLFileVersion,DLFileVersionModel,AuditedModel,BaseModel<DLFileVersion>,CTModel<DLFileVersion>,ClassedModel,GroupedModel,ModelWrapper<DLFileVersion>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,TreeModel,WorkflowedModel,Serializable,Cloneable,Comparable<DLFileVersion>
public class DLFileVersionWrapper
extends BaseModelWrapper<DLFileVersion>
implements DLFileVersion, ModelWrapper<DLFileVersion>
This class is a wrapper for DLFileVersion.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.document.library.kernel.model.DLFileVersion
FILE_VERSION_ID_ACCESSOR -
Constructor Summary
Constructors -
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.getContentStream(boolean incrementCounter) Returns the create date of this document library file version.longReturns the ct collection ID of this document library file version.Deprecated.Returns the description of this document library file version.Returns the display date of this document library file version.Returns the expando bridge for this model instance.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.getIcon()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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.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.voidsetExtraSettingsProperties(UnicodeProperties extraSettingsUnicodeProperties) 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.voidsetModelAttributes(Map<String, Object> attributes) 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.voidupdateTreePath(String treePath) protected DLFileVersionWrapperwrap(DLFileVersion dlFileVersion) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
cloneMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj
-
Constructor Details
-
DLFileVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<DLFileVersion>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<DLFileVersion>
-
buildTreePath
- Specified by:
buildTreePathin interfaceDLFileVersion- Specified by:
buildTreePathin interfaceTreeModel- Throws:
PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<DLFileVersion>- Specified by:
cloneWithOriginalValuesin interfaceDLFileVersionModel
-
getChangeLog
Returns the change log of this document library file version.- Specified by:
getChangeLogin interfaceDLFileVersionModel- Returns:
- the change log of this document library file version
-
getChecksum
Returns the checksum of this document library file version.- Specified by:
getChecksumin interfaceDLFileVersionModel- Returns:
- the checksum of this document library file version
-
getCompanyId
public long getCompanyId()Returns the company ID of this document library file version.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceDLFileVersionModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this document library file version
-
getContentStream
- Specified by:
getContentStreamin interfaceDLFileVersion- Throws:
PortalException
-
getCreateDate
Returns the create date of this document library file version.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceDLFileVersionModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this document library file version
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this document library file version.- Specified by:
getCtCollectionIdin interfaceCTModel<DLFileVersion>- Specified by:
getCtCollectionIdin interfaceDLFileVersionModel- Returns:
- the ct collection ID of this document library file version
-
getDDMStructures
Deprecated.As of Cavanaugh (7.4.x), replaced byDLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)- Specified by:
getDDMStructuresin interfaceDLFileVersion- Throws:
PortalException
-
getDescription
Returns the description of this document library file version.- Specified by:
getDescriptionin interfaceDLFileVersionModel- Returns:
- the description of this document library file version
-
getDisplayDate
Returns the display date of this document library file version.- Specified by:
getDisplayDatein interfaceDLFileVersionModel- Returns:
- the display date of this document library file version
-
getDLFileEntryType
- Specified by:
getDLFileEntryTypein interfaceDLFileVersion- Throws:
PortalException
-
getExpandoBridge
Description copied from interface:BaseModelReturns the expando bridge for this model instance.- Specified by:
getExpandoBridgein interfaceBaseModel<DLFileVersion>- Specified by:
getExpandoBridgein interfaceClassedModel- Specified by:
getExpandoBridgein interfaceDLFileVersion- Overrides:
getExpandoBridgein classBaseModelWrapper<DLFileVersion>- Returns:
- the expando bridge for this model instance
-
getExpirationDate
Returns the expiration date of this document library file version.- Specified by:
getExpirationDatein interfaceDLFileVersionModel- Returns:
- the expiration date of this document library file version
-
getExtension
Returns the extension of this document library file version.- Specified by:
getExtensionin interfaceDLFileVersionModel- Returns:
- the extension of this document library file version
-
getExtraSettings
Returns the extra settings of this document library file version.- Specified by:
getExtraSettingsin interfaceDLFileVersionModel- Returns:
- the extra settings of this document library file version
-
getExtraSettingsProperties
- Specified by:
getExtraSettingsPropertiesin interfaceDLFileVersion
-
getFileEntry
- Specified by:
getFileEntryin interfaceDLFileVersion- Throws:
PortalException
-
getFileEntryId
public long getFileEntryId()Returns the file entry ID of this document library file version.- Specified by:
getFileEntryIdin interfaceDLFileVersionModel- Returns:
- the file entry ID of this document library file version
-
getFileEntryTypeId
public long getFileEntryTypeId()Returns the file entry type ID of this document library file version.- Specified by:
getFileEntryTypeIdin interfaceDLFileVersionModel- Returns:
- the file entry type ID of this document library file version
-
getFileName
Returns the file name of this document library file version.- Specified by:
getFileNamein interfaceDLFileVersionModel- Returns:
- the file name of this document library file version
-
getFileVersionId
public long getFileVersionId()Returns the file version ID of this document library file version.- Specified by:
getFileVersionIdin interfaceDLFileVersionModel- Returns:
- the file version ID of this document library file version
-
getFolder
- Specified by:
getFolderin interfaceDLFileVersion- Throws:
PortalException
-
getFolderId
public long getFolderId()Returns the folder ID of this document library file version.- Specified by:
getFolderIdin interfaceDLFileVersionModel- Returns:
- the folder ID of this document library file version
-
getGroupId
public long getGroupId()Returns the group ID of this document library file version.- Specified by:
getGroupIdin interfaceDLFileVersionModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this document library file version
-
getIcon
- Specified by:
getIconin interfaceDLFileVersion
-
getLastPublishDate
Returns the last publish date of this document library file version.- Specified by:
getLastPublishDatein interfaceDLFileVersionModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this document library file version
-
getMimeType
Returns the mime type of this document library file version.- Specified by:
getMimeTypein interfaceDLFileVersionModel- Returns:
- the mime type of this document library file version
-
getModifiedDate
Returns the modified date of this document library file version.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceDLFileVersionModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this document library file version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this document library file version.- Specified by:
getMvccVersionin interfaceDLFileVersionModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this document library file version
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this document library file version.- Specified by:
getPrimaryKeyin interfaceCTModel<DLFileVersion>- Specified by:
getPrimaryKeyin interfaceDLFileVersionModel- Returns:
- the primary key of this document library file version
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this document library file version.- Specified by:
getRepositoryIdin interfaceDLFileVersionModel- Returns:
- the repository ID of this document library file version
-
getReviewDate
Returns the review date of this document library file version.- Specified by:
getReviewDatein interfaceDLFileVersionModel- Returns:
- the review date of this document library file version
-
getSize
public long getSize()Returns the size of this document library file version.- Specified by:
getSizein interfaceDLFileVersionModel- Returns:
- the size of this document library file version
-
getStatus
public int getStatus()Returns the status of this document library file version.- Specified by:
getStatusin interfaceDLFileVersionModel- Specified by:
getStatusin interfaceWorkflowedModel- Returns:
- the status of this document library file version
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this document library file version.- Specified by:
getStatusByUserIdin interfaceDLFileVersionModel- Specified by:
getStatusByUserIdin interfaceWorkflowedModel- Returns:
- the status by user ID of this document library file version
-
getStatusByUserName
Returns the status by user name of this document library file version.- Specified by:
getStatusByUserNamein interfaceDLFileVersionModel- Specified by:
getStatusByUserNamein interfaceWorkflowedModel- Returns:
- the status by user name of this document library file version
-
getStatusByUserUuid
Returns the status by user uuid of this document library file version.- Specified by:
getStatusByUserUuidin interfaceDLFileVersionModel- Specified by:
getStatusByUserUuidin interfaceWorkflowedModel- Returns:
- the status by user uuid of this document library file version
-
getStatusDate
Returns the status date of this document library file version.- Specified by:
getStatusDatein interfaceDLFileVersionModel- Specified by:
getStatusDatein interfaceWorkflowedModel- Returns:
- the status date of this document library file version
-
getStoreFileName
- Specified by:
getStoreFileNamein interfaceDLFileVersion
-
getStoreUUID
Returns the store uuid of this document library file version.- Specified by:
getStoreUUIDin interfaceDLFileVersionModel- Returns:
- the store uuid of this document library file version
-
getTitle
Returns the title of this document library file version.- Specified by:
getTitlein interfaceDLFileVersionModel- Returns:
- the title of this document library file version
-
getTreePath
Returns the tree path of this document library file version.- Specified by:
getTreePathin interfaceDLFileVersionModel- Specified by:
getTreePathin interfaceTreeModel- Returns:
- the tree path of this document library file version
-
getUserId
public long getUserId()Returns the user ID of this document library file version.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceDLFileVersionModel- Returns:
- the user ID of this document library file version
-
getUserName
Returns the user name of this document library file version.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceDLFileVersionModel- Returns:
- the user name of this document library file version
-
getUserUuid
Returns the user uuid of this document library file version.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceDLFileVersionModel- Returns:
- the user uuid of this document library file version
-
getUuid
Returns the uuid of this document library file version.- Specified by:
getUuidin interfaceDLFileVersionModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this document library file version
-
getVersion
Returns the version of this document library file version.- Specified by:
getVersionin interfaceDLFileVersionModel- Returns:
- the version of this document library file version
-
isApproved
public boolean isApproved()Returnstrueif this document library file version is approved.- Specified by:
isApprovedin interfaceDLFileVersionModel- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this document library file version is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this document library file version is denied.- Specified by:
isDeniedin interfaceDLFileVersionModel- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this document library file version is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this document library file version is a draft.- Specified by:
isDraftin interfaceDLFileVersionModel- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this document library file version is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this document library file version is expired.- Specified by:
isExpiredin interfaceDLFileVersionModel- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this document library file version is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this document library file version is inactive.- Specified by:
isInactivein interfaceDLFileVersionModel- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this document library file version is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this document library file version is incomplete.- Specified by:
isIncompletein interfaceDLFileVersionModel- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this document library file version is incomplete;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this document library file version is pending.- Specified by:
isPendingin interfaceDLFileVersionModel- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this document library file version is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this document library file version is scheduled.- Specified by:
isScheduledin interfaceDLFileVersionModel- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this document library file version is scheduled;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setChangeLog
Sets the change log of this document library file version.- Specified by:
setChangeLogin interfaceDLFileVersionModel- Parameters:
changeLog- the change log of this document library file version
-
setChecksum
Sets the checksum of this document library file version.- Specified by:
setChecksumin interfaceDLFileVersionModel- Parameters:
checksum- the checksum of this document library file version
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this document library file version.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceDLFileVersionModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this document library file version
-
setCreateDate
Sets the create date of this document library file version.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceDLFileVersionModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this document library file version
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library file version.- Specified by:
setCtCollectionIdin interfaceCTModel<DLFileVersion>- Specified by:
setCtCollectionIdin interfaceDLFileVersionModel- Parameters:
ctCollectionId- the ct collection ID of this document library file version
-
setDescription
Sets the description of this document library file version.- Specified by:
setDescriptionin interfaceDLFileVersionModel- Parameters:
description- the description of this document library file version
-
setDisplayDate
Sets the display date of this document library file version.- Specified by:
setDisplayDatein interfaceDLFileVersionModel- Parameters:
displayDate- the display date of this document library file version
-
setExpirationDate
Sets the expiration date of this document library file version.- Specified by:
setExpirationDatein interfaceDLFileVersionModel- Parameters:
expirationDate- the expiration date of this document library file version
-
setExtension
Sets the extension of this document library file version.- Specified by:
setExtensionin interfaceDLFileVersionModel- Parameters:
extension- the extension of this document library file version
-
setExtraSettings
Sets the extra settings of this document library file version.- Specified by:
setExtraSettingsin interfaceDLFileVersionModel- Parameters:
extraSettings- the extra settings of this document library file version
-
setExtraSettingsProperties
- Specified by:
setExtraSettingsPropertiesin interfaceDLFileVersion
-
setFileEntryId
public void setFileEntryId(long fileEntryId) Sets the file entry ID of this document library file version.- Specified by:
setFileEntryIdin interfaceDLFileVersionModel- Parameters:
fileEntryId- the file entry ID of this document library file version
-
setFileEntryTypeId
public void setFileEntryTypeId(long fileEntryTypeId) Sets the file entry type ID of this document library file version.- Specified by:
setFileEntryTypeIdin interfaceDLFileVersionModel- Parameters:
fileEntryTypeId- the file entry type ID of this document library file version
-
setFileName
Sets the file name of this document library file version.- Specified by:
setFileNamein interfaceDLFileVersionModel- Parameters:
fileName- the file name of this document library file version
-
setFileVersionId
public void setFileVersionId(long fileVersionId) Sets the file version ID of this document library file version.- Specified by:
setFileVersionIdin interfaceDLFileVersionModel- Parameters:
fileVersionId- the file version ID of this document library file version
-
setFolderId
public void setFolderId(long folderId) Sets the folder ID of this document library file version.- Specified by:
setFolderIdin interfaceDLFileVersionModel- Parameters:
folderId- the folder ID of this document library file version
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this document library file version.- Specified by:
setGroupIdin interfaceDLFileVersionModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this document library file version
-
setLastPublishDate
Sets the last publish date of this document library file version.- Specified by:
setLastPublishDatein interfaceDLFileVersionModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this document library file version
-
setMimeType
Sets the mime type of this document library file version.- Specified by:
setMimeTypein interfaceDLFileVersionModel- Parameters:
mimeType- the mime type of this document library file version
-
setModifiedDate
Sets the modified date of this document library file version.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceDLFileVersionModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this document library file version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library file version.- Specified by:
setMvccVersionin interfaceDLFileVersionModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this document library file version
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this document library file version.- Specified by:
setPrimaryKeyin interfaceCTModel<DLFileVersion>- Specified by:
setPrimaryKeyin interfaceDLFileVersionModel- Parameters:
primaryKey- the primary key of this document library file version
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this document library file version.- Specified by:
setRepositoryIdin interfaceDLFileVersionModel- Parameters:
repositoryId- the repository ID of this document library file version
-
setReviewDate
Sets the review date of this document library file version.- Specified by:
setReviewDatein interfaceDLFileVersionModel- Parameters:
reviewDate- the review date of this document library file version
-
setSize
public void setSize(long size) Sets the size of this document library file version.- Specified by:
setSizein interfaceDLFileVersionModel- Parameters:
size- the size of this document library file version
-
setStatus
public void setStatus(int status) Sets the status of this document library file version.- Specified by:
setStatusin interfaceDLFileVersionModel- Specified by:
setStatusin interfaceWorkflowedModel- Parameters:
status- the status of this document library file version
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this document library file version.- Specified by:
setStatusByUserIdin interfaceDLFileVersionModel- Specified by:
setStatusByUserIdin interfaceWorkflowedModel- Parameters:
statusByUserId- the status by user ID of this document library file version
-
setStatusByUserName
Sets the status by user name of this document library file version.- Specified by:
setStatusByUserNamein interfaceDLFileVersionModel- Specified by:
setStatusByUserNamein interfaceWorkflowedModel- Parameters:
statusByUserName- the status by user name of this document library file version
-
setStatusByUserUuid
Sets the status by user uuid of this document library file version.- Specified by:
setStatusByUserUuidin interfaceDLFileVersionModel- Specified by:
setStatusByUserUuidin interfaceWorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this document library file version
-
setStatusDate
Sets the status date of this document library file version.- Specified by:
setStatusDatein interfaceDLFileVersionModel- Specified by:
setStatusDatein interfaceWorkflowedModel- Parameters:
statusDate- the status date of this document library file version
-
setStoreUUID
Sets the store uuid of this document library file version.- Specified by:
setStoreUUIDin interfaceDLFileVersionModel- Parameters:
storeUUID- the store uuid of this document library file version
-
setTitle
Sets the title of this document library file version.- Specified by:
setTitlein interfaceDLFileVersionModel- Parameters:
title- the title of this document library file version
-
setTreePath
Sets the tree path of this document library file version.- Specified by:
setTreePathin interfaceDLFileVersionModel- Parameters:
treePath- the tree path of this document library file version
-
setUserId
public void setUserId(long userId) Sets the user ID of this document library file version.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceDLFileVersionModel- Parameters:
userId- the user ID of this document library file version
-
setUserName
Sets the user name of this document library file version.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceDLFileVersionModel- Parameters:
userName- the user name of this document library file version
-
setUserUuid
Sets the user uuid of this document library file version.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceDLFileVersionModel- Parameters:
userUuid- the user uuid of this document library file version
-
setUuid
Sets the uuid of this document library file version.- Specified by:
setUuidin interfaceDLFileVersionModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this document library file version
-
setVersion
Sets the version of this document library file version.- Specified by:
setVersionin interfaceDLFileVersionModel- Parameters:
version- the version of this document library file version
-
toXmlString
- Specified by:
toXmlStringin interfaceDLFileVersionModel
-
updateTreePath
- Specified by:
updateTreePathin interfaceTreeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<DLFileVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<DLFileVersion>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<DLFileVersion>
-
DLFileEntryTypeUtil#getDDMStructures(DLFileEntryType)