@ProviderType public class DLFileEntryWrapper extends java.lang.Object implements DLFileEntry, ModelWrapper<DLFileEntry>
This class is a wrapper for DLFileEntry.
DLFileEntry,
Serialized FormFILE_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
DLFileEntryWrapper(DLFileEntry dlFileEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildTreePath() |
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(DLFileEntry dlFileEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this document library file entry.
|
long |
getClassNameId()
Returns the class name ID of this document library file entry.
|
long |
getClassPK()
Returns the class p k of this document library file entry.
|
long |
getCompanyId()
Returns the company ID of this document library file entry.
|
java.io.InputStream |
getContentStream() |
java.io.InputStream |
getContentStream(java.lang.String version) |
java.util.Date |
getCreateDate()
Returns the create date of this document library file entry.
|
long |
getCustom1ImageId()
Returns the custom1 image ID of this document library file entry.
|
long |
getCustom2ImageId()
Returns the custom2 image ID of this document library file entry.
|
long |
getDataRepositoryId() |
java.util.Map<java.lang.String,DDMFormValues> |
getDDMFormValuesMap(long fileVersionId) |
java.lang.String |
getDescription()
Returns the description of this document library file entry.
|
DLFileEntryType |
getDLFileEntryType() |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.lang.String |
getExtension()
Returns the extension of this document library file entry.
|
java.lang.String |
getExtraSettings()
Returns the extra settings of this document library file entry.
|
UnicodeProperties |
getExtraSettingsProperties() |
long |
getFileEntryId()
Returns the file entry ID of this document library file entry.
|
long |
getFileEntryTypeId()
Returns the file entry type ID of this document library file entry.
|
java.lang.String |
getFileName()
Returns the file name of this document library file entry.
|
java.util.List<DLFileShortcut> |
getFileShortcuts() |
DLFileVersion |
getFileVersion() |
DLFileVersion |
getFileVersion(java.lang.String version) |
java.util.List<DLFileVersion> |
getFileVersions(int status) |
int |
getFileVersionsCount(int status) |
DLFolder |
getFolder() |
long |
getFolderId()
Returns the folder ID of this document library file entry.
|
long |
getGroupId()
Returns the group ID of this document library file entry.
|
java.lang.String |
getIcon() |
java.lang.String |
getIconCssClass() |
long |
getLargeImageId()
Returns the large image ID of this document library file entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this document library file entry.
|
DLFileVersion |
getLatestFileVersion(boolean trusted) |
Lock |
getLock() |
java.lang.String |
getLuceneProperties() |
boolean |
getManualCheckInRequired()
Returns the manual check in required of this document library file entry.
|
java.lang.String |
getMimeType()
Returns the mime type of this document library file entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this document library file entry.
|
java.lang.String |
getName()
Returns the name of this document library file entry.
|
long |
getPrimaryKey()
Returns the primary key of this document library file entry.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
int |
getReadCount()
Returns the read count of this document library file entry.
|
long |
getRepositoryId()
Returns the repository ID of this document library file entry.
|
long |
getSize()
Returns the size of this document library file entry.
|
long |
getSmallImageId()
Returns the small image ID of this document library file entry.
|
StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this document library file entry.
|
java.lang.String |
getTitle()
Returns the title of this document library file entry.
|
TrashEntry |
getTrashEntry()
Returns the trash entry created when this document library file entry was moved to the Recycle Bin.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this document library file entry.
|
TrashHandler |
getTrashHandler()
Returns the trash handler for this document library file entry.
|
java.lang.String |
getTreePath()
Returns the tree path of this document library file entry.
|
long |
getUserId()
Returns the user ID of this document library file entry.
|
java.lang.String |
getUserName()
Returns the user name of this document library file entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this document library file entry.
|
java.lang.String |
getUuid()
Returns the uuid of this document library file entry.
|
java.lang.String |
getVersion()
Returns the version of this document library file entry.
|
long |
getVersionUserId()
Deprecated.
As of 6.2.0, replaced by
DLFileVersionModel.getUserId() |
java.lang.String |
getVersionUserName()
Deprecated.
As of 6.2.0, replaced by
DLFileVersionModel.getUserName() |
java.lang.String |
getVersionUserUuid()
Deprecated.
As of 6.2.0, replaced by
DLFileVersionModel.getUserUuid() |
DLFileEntry |
getWrappedDLFileEntry()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
DLFileEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
hasLock() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isCheckedOut() |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isInHiddenFolder() |
boolean |
isInTrash()
Returns
true if this document library file entry is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns
true if the parent of this document library file entry is in the Recycle Bin. |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isManualCheckInRequired()
Returns
true if this document library file entry is manual check in required. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this document library file entry.
|
void |
setClassPK(long classPK)
Sets the class p k of this document library file entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this document library file entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this document library file entry.
|
void |
setCustom1ImageId(long custom1ImageId)
Sets the custom1 image ID of this document library file entry.
|
void |
setCustom2ImageId(long custom2ImageId)
Sets the custom2 image ID of this document library file entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this document library file entry.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setExtension(java.lang.String extension)
Sets the extension of this document library file entry.
|
void |
setExtraSettings(java.lang.String extraSettings)
Sets the extra settings of this document library file entry.
|
void |
setExtraSettingsProperties(UnicodeProperties extraSettingsProperties) |
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this document library file entry.
|
void |
setFileEntryTypeId(long fileEntryTypeId)
Sets the file entry type ID of this document library file entry.
|
void |
setFileName(java.lang.String fileName)
Sets the file name of this document library file entry.
|
void |
setFolderId(long folderId)
Sets the folder ID of this document library file entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this document library file entry.
|
void |
setLargeImageId(long largeImageId)
Sets the large image ID of this document library file entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this document library file entry.
|
void |
setManualCheckInRequired(boolean manualCheckInRequired)
Sets whether this document library file entry is manual check in required.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mime type of this document library file entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this document library file entry.
|
void |
setName(java.lang.String name)
Sets the name of this document library file entry.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this document library file entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setReadCount(int readCount)
Sets the read count of this document library file entry.
|
void |
setRepositoryId(long repositoryId)
Sets the repository ID of this document library file entry.
|
void |
setSize(long size)
Sets the size of this document library file entry.
|
void |
setSmallImageId(long smallImageId)
Sets the small image ID of this document library file entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this document library file entry.
|
void |
setTreePath(java.lang.String treePath)
Sets the tree path of this document library file entry.
|
void |
setUserId(long userId)
Sets the user ID of this document library file entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this document library file entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this document library file entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this document library file entry.
|
void |
setVersion(java.lang.String version)
Sets the version of this document library file entry.
|
CacheModel<DLFileEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
DLFileEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
DLFileEntry |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
void |
updateTreePath(java.lang.String treePath) |
public DLFileEntryWrapper(DLFileEntry dlFileEntry)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DLFileEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DLFileEntry>public java.lang.String buildTreePath()
throws PortalException
buildTreePath in interface TreeModelbuildTreePath in interface DLFileEntryPortalExceptionpublic java.lang.Object clone()
BaseModelclone in interface BaseModel<DLFileEntry>clone in interface StagedModelclone in interface DLFileEntryModelclone in class java.lang.Objectpublic int compareTo(DLFileEntry dlFileEntry)
compareTo in interface DLFileEntryModelcompareTo in interface java.lang.Comparable<DLFileEntry>public java.lang.String getClassName()
getClassName in interface TypedModelgetClassName in interface DLFileEntryModelpublic long getClassNameId()
getClassNameId in interface TypedModelgetClassNameId in interface DLFileEntryModelpublic long getClassPK()
getClassPK in interface AttachedModelgetClassPK in interface DLFileEntryModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DLFileEntryModelpublic java.io.InputStream getContentStream()
throws PortalException
getContentStream in interface DLFileEntryPortalExceptionpublic java.io.InputStream getContentStream(java.lang.String version)
throws PortalException
getContentStream in interface DLFileEntryPortalExceptionpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DLFileEntryModelpublic long getCustom1ImageId()
getCustom1ImageId in interface DLFileEntryModelpublic long getCustom2ImageId()
getCustom2ImageId in interface DLFileEntryModelpublic java.util.Map<java.lang.String,DDMFormValues> getDDMFormValuesMap(long fileVersionId) throws PortalException
getDDMFormValuesMap in interface DLFileEntryPortalExceptionpublic DLFileEntryType getDLFileEntryType() throws PortalException
getDLFileEntryType in interface DLFileEntryPortalExceptionpublic long getDataRepositoryId()
getDataRepositoryId in interface DLFileEntrypublic java.lang.String getDescription()
getDescription in interface DLFileEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<DLFileEntry>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DLFileEntryModelpublic java.lang.String getExtension()
getExtension in interface DLFileEntryModelpublic java.lang.String getExtraSettings()
getExtraSettings in interface DLFileEntryModelpublic UnicodeProperties getExtraSettingsProperties()
getExtraSettingsProperties in interface DLFileEntrypublic long getFileEntryId()
getFileEntryId in interface DLFileEntryModelpublic long getFileEntryTypeId()
getFileEntryTypeId in interface DLFileEntryModelpublic java.lang.String getFileName()
getFileName in interface DLFileEntryModelpublic java.util.List<DLFileShortcut> getFileShortcuts()
getFileShortcuts in interface DLFileEntrypublic DLFileVersion getFileVersion() throws PortalException
getFileVersion in interface DLFileEntryPortalExceptionpublic DLFileVersion getFileVersion(java.lang.String version) throws PortalException
getFileVersion in interface DLFileEntryPortalExceptionpublic java.util.List<DLFileVersion> getFileVersions(int status)
getFileVersions in interface DLFileEntrypublic int getFileVersionsCount(int status)
getFileVersionsCount in interface DLFileEntrypublic DLFolder getFolder() throws PortalException
getFolder in interface DLFileEntryPortalExceptionpublic long getFolderId()
getFolderId in interface DLFileEntryModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface DLFileEntryModelpublic java.lang.String getIcon()
getIcon in interface DLFileEntrypublic java.lang.String getIconCssClass()
getIconCssClass in interface DLFileEntrypublic long getLargeImageId()
getLargeImageId in interface DLFileEntryModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface DLFileEntryModelpublic DLFileVersion getLatestFileVersion(boolean trusted) throws PortalException
getLatestFileVersion in interface DLFileEntryPortalExceptionpublic Lock getLock()
getLock in interface DLFileEntrypublic java.lang.String getLuceneProperties()
getLuceneProperties in interface DLFileEntrypublic boolean getManualCheckInRequired()
getManualCheckInRequired in interface DLFileEntryModelpublic java.lang.String getMimeType()
getMimeType in interface DLFileEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DLFileEntryModelpublic java.lang.String getName()
getName in interface DLFileEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface DLFileEntryModelpublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<DLFileEntry>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface TreeModelgetPrimaryKeyObj in interface DLFileEntryModelpublic int getReadCount()
getReadCount in interface DLFileEntryModelpublic long getRepositoryId()
getRepositoryId in interface DLFileEntryModelpublic long getSize()
getSize in interface DLFileEntryModelpublic long getSmallImageId()
getSmallImageId in interface DLFileEntryModelpublic int getStatus()
getStatus in interface TrashedModelgetStatus in interface DLFileEntryModelpublic java.lang.String getTitle()
getTitle in interface DLFileEntryModelpublic TrashEntry getTrashEntry() throws PortalException
getTrashEntry in interface TrashedModelgetTrashEntry in interface DLFileEntryModelPortalExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface TrashedModelgetTrashEntryClassPK in interface DLFileEntryModelpublic TrashHandler getTrashHandler()
getTrashHandler in interface TrashedModelgetTrashHandler in interface DLFileEntryModelpublic java.lang.String getTreePath()
getTreePath in interface TreeModelgetTreePath in interface DLFileEntryModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface DLFileEntryModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface DLFileEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface DLFileEntryModelpublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface DLFileEntryModelpublic java.lang.String getVersion()
getVersion in interface DLFileEntryModel@Deprecated public long getVersionUserId()
DLFileVersionModel.getUserId()getVersionUserId in interface DLFileEntry@Deprecated public java.lang.String getVersionUserName()
DLFileVersionModel.getUserName()getVersionUserName in interface DLFileEntry@Deprecated public java.lang.String getVersionUserUuid()
DLFileVersionModel.getUserUuid()getVersionUserUuid in interface DLFileEntrypublic boolean hasLock()
hasLock in interface DLFileEntrypublic int hashCode()
hashCode in interface DLFileEntryModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<DLFileEntry>isCachedModel in interface DLFileEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isCheckedOut()
isCheckedOut in interface DLFileEntrypublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<DLFileEntry>isEscapedModel in interface DLFileEntryModeltrue if this model instance is escaped;
false otherwisepublic boolean isInHiddenFolder()
isInHiddenFolder in interface DLFileEntrypublic boolean isInTrash()
true if this document library file entry is in the Recycle Bin.isInTrash in interface TrashedModelisInTrash in interface DLFileEntryModeltrue if this document library file entry is in the Recycle Bin; false otherwisepublic boolean isInTrashContainer()
true if the parent of this document library file entry is in the Recycle Bin.isInTrashContainer in interface TrashedModelisInTrashContainer in interface DLFileEntryModeltrue if the parent of this document library file entry is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelisInTrashExplicitly in interface DLFileEntryModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelisInTrashImplicitly in interface DLFileEntryModelpublic boolean isManualCheckInRequired()
true if this document library file entry is manual check in required.isManualCheckInRequired in interface DLFileEntryModeltrue if this document library file entry is manual check in required; false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<DLFileEntry>isNew in interface DLFileEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<DLFileEntry>setCachedModel in interface DLFileEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setClassName(java.lang.String className)
setClassName in interface DLFileEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface TypedModelsetClassNameId in interface DLFileEntryModelclassNameId - the class name ID of this document library file entrypublic void setClassPK(long classPK)
setClassPK in interface AttachedModelsetClassPK in interface DLFileEntryModelclassPK - the class p k of this document library file entrypublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DLFileEntryModelcompanyId - the company ID of this document library file entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DLFileEntryModelcreateDate - the create date of this document library file entrypublic void setCustom1ImageId(long custom1ImageId)
setCustom1ImageId in interface DLFileEntryModelcustom1ImageId - the custom1 image ID of this document library file entrypublic void setCustom2ImageId(long custom2ImageId)
setCustom2ImageId in interface DLFileEntryModelcustom2ImageId - the custom2 image ID of this document library file entrypublic void setDescription(java.lang.String description)
setDescription in interface DLFileEntryModeldescription - the description of this document library file entrypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<DLFileEntry>setExpandoBridgeAttributes in interface DLFileEntryModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<DLFileEntry>setExpandoBridgeAttributes in interface DLFileEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<DLFileEntry>setExpandoBridgeAttributes in interface DLFileEntryModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public void setExtension(java.lang.String extension)
setExtension in interface DLFileEntryModelextension - the extension of this document library file entrypublic void setExtraSettings(java.lang.String extraSettings)
setExtraSettings in interface DLFileEntryModelextraSettings - the extra settings of this document library file entrypublic void setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
setExtraSettingsProperties in interface DLFileEntrypublic void setFileEntryId(long fileEntryId)
setFileEntryId in interface DLFileEntryModelfileEntryId - the file entry ID of this document library file entrypublic void setFileEntryTypeId(long fileEntryTypeId)
setFileEntryTypeId in interface DLFileEntryModelfileEntryTypeId - the file entry type ID of this document library file entrypublic void setFileName(java.lang.String fileName)
setFileName in interface DLFileEntryModelfileName - the file name of this document library file entrypublic void setFolderId(long folderId)
setFolderId in interface DLFileEntryModelfolderId - the folder ID of this document library file entrypublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface DLFileEntryModelgroupId - the group ID of this document library file entrypublic void setLargeImageId(long largeImageId)
setLargeImageId in interface DLFileEntryModellargeImageId - the large image ID of this document library file entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface DLFileEntryModellastPublishDate - the last publish date of this document library file entrypublic void setManualCheckInRequired(boolean manualCheckInRequired)
setManualCheckInRequired in interface DLFileEntryModelmanualCheckInRequired - the manual check in required of this document library file entrypublic void setMimeType(java.lang.String mimeType)
setMimeType in interface DLFileEntryModelmimeType - the mime type of this document library file entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DLFileEntryModelmodifiedDate - the modified date of this document library file entrypublic void setName(java.lang.String name)
setName in interface DLFileEntryModelname - the name of this document library file entrypublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<DLFileEntry>setNew in interface DLFileEntryModeln - whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLFileEntryModelprimaryKey - the primary key of this document library file entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<DLFileEntry>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DLFileEntryModelprimaryKeyObj - the primary key of this model instancepublic void setReadCount(int readCount)
setReadCount in interface DLFileEntryModelreadCount - the read count of this document library file entrypublic void setRepositoryId(long repositoryId)
setRepositoryId in interface DLFileEntryModelrepositoryId - the repository ID of this document library file entrypublic void setSize(long size)
setSize in interface DLFileEntryModelsize - the size of this document library file entrypublic void setSmallImageId(long smallImageId)
setSmallImageId in interface DLFileEntryModelsmallImageId - the small image ID of this document library file entrypublic void setTitle(java.lang.String title)
setTitle in interface DLFileEntryModeltitle - the title of this document library file entrypublic void setTreePath(java.lang.String treePath)
setTreePath in interface DLFileEntryModeltreePath - the tree path of this document library file entrypublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface DLFileEntryModeluserId - the user ID of this document library file entrypublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface DLFileEntryModeluserName - the user name of this document library file entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface DLFileEntryModeluserUuid - the user uuid of this document library file entrypublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelsetUuid in interface DLFileEntryModeluuid - the uuid of this document library file entrypublic void setVersion(java.lang.String version)
setVersion in interface DLFileEntryModelversion - the version of this document library file entrypublic CacheModel<DLFileEntry> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<DLFileEntry>toCacheModel in interface DLFileEntryModelpublic DLFileEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<DLFileEntry>toEscapedModel in interface DLFileEntryModelAutoEscapeBeanHandlerpublic java.lang.String toString()
toString in interface DLFileEntryModeltoString in class java.lang.Objectpublic DLFileEntry toUnescapedModel()
toUnescapedModel in interface BaseModel<DLFileEntry>toUnescapedModel in interface DLFileEntryModelpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<DLFileEntry>toXmlString in interface DLFileEntryModelpublic void updateTreePath(java.lang.String treePath)
updateTreePath in interface TreeModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModel@Deprecated public DLFileEntry getWrappedDLFileEntry()
getWrappedModel()public DLFileEntry getWrappedModel()
getWrappedModel in interface ModelWrapper<DLFileEntry>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<DLFileEntry>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<DLFileEntry>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<DLFileEntry>