com.liferay.portlet.documentlibrary.model
Class DLFileEntryWrapper

java.lang.Object
  extended by 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:

Constructor Summary
DLFileEntryWrapper(DLFileEntry dlFileEntry)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(DLFileEntry dlFileEntry)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getExtraSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getExtraSettingsProperties()
           
 long getFileEntryId()
           
 DLFolder getFolder()
           
 long getFolderId()
           
 long getGroupId()
           
 Lock getLock()
           
 java.lang.String getLuceneProperties()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 int getReadCount()
           
 int getSize()
           
 java.lang.String getTitle()
           
 java.lang.String getTitleWithExtension()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 double getVersion()
           
 long getVersionUserId()
           
 java.lang.String getVersionUserName()
           
 java.lang.String getVersionUserUuid()
           
 DLFileEntry getWrappedDLFileEntry()
           
 int hashCode()
           
 boolean hasLock(long userId)
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isLocked()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setExtraSettings(java.lang.String extraSettings)
           
 void setExtraSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties extraSettingsProperties)
           
 void setFileEntryId(long fileEntryId)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setReadCount(int readCount)
           
 void setSize(int size)
           
 void setTitle(java.lang.String title)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 void setVersion(double version)
           
 void setVersionUserId(long versionUserId)
           
 void setVersionUserName(java.lang.String versionUserName)
           
 void setVersionUserUuid(java.lang.String versionUserUuid)
           
 DLFileEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLFileEntryWrapper

public DLFileEntryWrapper(DLFileEntry dlFileEntry)
Method Detail

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.SystemException
Specified by:
getUserUuid in interface DLFileEntryModel
Throws:
com.liferay.portal.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.SystemException
Specified by:
getVersionUserUuid in interface DLFileEntryModel
Throws:
com.liferay.portal.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 double getVersion()
Specified by:
getVersion in interface DLFileEntryModel

setVersion

public void setVersion(double version)
Specified by:
setVersion 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

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

toEscapedModel

public DLFileEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<DLFileEntry>
Specified by:
toEscapedModel in interface DLFileEntryModel

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

getTitleWithExtension

public java.lang.String getTitleWithExtension()
Specified by:
getTitleWithExtension 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()