com.liferay.portlet.documentlibrary.model
Class DLFileEntryWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFileEntryWrapper
- All Implemented Interfaces:
- BaseModel<DLFileEntry>, DLFileEntry, DLFileEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DLFileEntry>
public class DLFileEntryWrapper
- extends java.lang.Object
- implements DLFileEntry
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFileEntry.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileEntry,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
DLFileEntryWrapper
public DLFileEntryWrapper(DLFileEntry dlFileEntry)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface DLFileEntryModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface DLFileEntryModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid in interface DLFileEntryModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid in interface DLFileEntryModel
getFileEntryId
public long getFileEntryId()
- Specified by:
getFileEntryId in interface DLFileEntryModel
setFileEntryId
public void setFileEntryId(long fileEntryId)
- Specified by:
setFileEntryId in interface DLFileEntryModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface DLFileEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface DLFileEntryModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface DLFileEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface DLFileEntryModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface DLFileEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface DLFileEntryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface DLFileEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface DLFileEntryModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface DLFileEntryModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface DLFileEntryModel
getVersionUserId
public long getVersionUserId()
- Specified by:
getVersionUserId in interface DLFileEntryModel
setVersionUserId
public void setVersionUserId(long versionUserId)
- Specified by:
setVersionUserId in interface DLFileEntryModel
getVersionUserUuid
public java.lang.String getVersionUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getVersionUserUuid in interface DLFileEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setVersionUserUuid
public void setVersionUserUuid(java.lang.String versionUserUuid)
- Specified by:
setVersionUserUuid in interface DLFileEntryModel
getVersionUserName
public java.lang.String getVersionUserName()
- Specified by:
getVersionUserName in interface DLFileEntryModel
setVersionUserName
public void setVersionUserName(java.lang.String versionUserName)
- Specified by:
setVersionUserName in interface DLFileEntryModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface DLFileEntryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface DLFileEntryModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface DLFileEntryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface DLFileEntryModel
getFolderId
public long getFolderId()
- Specified by:
getFolderId in interface DLFileEntryModel
setFolderId
public void setFolderId(long folderId)
- Specified by:
setFolderId in interface DLFileEntryModel
getName
public java.lang.String getName()
- Specified by:
getName in interface DLFileEntryModel
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface DLFileEntryModel
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface DLFileEntryModel
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface DLFileEntryModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface DLFileEntryModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface DLFileEntryModel
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion in interface DLFileEntryModel
setVersion
public void setVersion(java.lang.String version)
- Specified by:
setVersion in interface DLFileEntryModel
getPendingVersion
public java.lang.String getPendingVersion()
- Specified by:
getPendingVersion in interface DLFileEntryModel
setPendingVersion
public void setPendingVersion(java.lang.String pendingVersion)
- Specified by:
setPendingVersion in interface DLFileEntryModel
getSize
public int getSize()
- Specified by:
getSize in interface DLFileEntryModel
setSize
public void setSize(int size)
- Specified by:
setSize in interface DLFileEntryModel
getReadCount
public int getReadCount()
- Specified by:
getReadCount in interface DLFileEntryModel
setReadCount
public void setReadCount(int readCount)
- Specified by:
setReadCount in interface DLFileEntryModel
getExtraSettings
public java.lang.String getExtraSettings()
- Specified by:
getExtraSettings in interface DLFileEntry- Specified by:
getExtraSettings in interface DLFileEntryModel
setExtraSettings
public void setExtraSettings(java.lang.String extraSettings)
- Specified by:
setExtraSettings in interface DLFileEntry- Specified by:
setExtraSettings in interface DLFileEntryModel
toEscapedModel
public DLFileEntry toEscapedModel()
- Specified by:
toEscapedModel in interface DLFileEntryModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<DLFileEntry>- Specified by:
isNew in interface DLFileEntryModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<DLFileEntry>- Specified by:
setNew in interface DLFileEntryModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<DLFileEntry>- Specified by:
isCachedModel in interface DLFileEntryModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<DLFileEntry>- Specified by:
setCachedModel in interface DLFileEntryModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<DLFileEntry>- Specified by:
isEscapedModel in interface DLFileEntryModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<DLFileEntry>- Specified by:
setEscapedModel in interface DLFileEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<DLFileEntry>- Specified by:
getPrimaryKeyObj in interface DLFileEntryModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<DLFileEntry>- Specified by:
getExpandoBridge in interface DLFileEntryModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<DLFileEntry>- Specified by:
setExpandoBridgeAttributes in interface DLFileEntryModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<DLFileEntry>- Specified by:
clone in interface DLFileEntryModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(DLFileEntry dlFileEntry)
- Specified by:
compareTo in interface DLFileEntryModel- Specified by:
compareTo in interface java.lang.Comparable<DLFileEntry>
hashCode
public int hashCode()
- Specified by:
hashCode in interface DLFileEntryModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface DLFileEntryModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<DLFileEntry>- Specified by:
toXmlString in interface DLFileEntryModel
getExtraSettingsProperties
public com.liferay.portal.kernel.util.UnicodeProperties getExtraSettingsProperties()
- Specified by:
getExtraSettingsProperties in interface DLFileEntry
getFolder
public DLFolder getFolder()
- Specified by:
getFolder in interface DLFileEntry
getLock
public Lock getLock()
- Specified by:
getLock in interface DLFileEntry
getLuceneProperties
public java.lang.String getLuceneProperties()
- Specified by:
getLuceneProperties in interface DLFileEntry
getRepositoryId
public long getRepositoryId()
- Specified by:
getRepositoryId in interface DLFileEntry
hasLock
public boolean hasLock(long userId)
- Specified by:
hasLock in interface DLFileEntry
isLocked
public boolean isLocked()
- Specified by:
isLocked in interface DLFileEntry
setExtraSettingsProperties
public void setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsProperties)
- Specified by:
setExtraSettingsProperties in interface DLFileEntry
getWrappedDLFileEntry
public DLFileEntry getWrappedDLFileEntry()