com.liferay.portlet.documentlibrary.model
Class DLFileShortcutWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFileShortcutWrapper
All Implemented Interfaces:
BaseModel<DLFileShortcut>, DLFileShortcut, DLFileShortcutModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DLFileShortcut>

public class DLFileShortcutWrapper
extends java.lang.Object
implements DLFileShortcut

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for DLFileShortcut.

Author:
Brian Wing Shun Chan
See Also:
DLFileShortcut, Serialized Form
Generated:

Constructor Summary
DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(DLFileShortcut dlFileShortcut)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getFileShortcutId()
           
 DLFolder getFolder()
           
 long getFolderId()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getToFolderId()
           
 java.lang.String getToName()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 DLFileShortcut getWrappedDLFileShortcut()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFileShortcutId(long fileShortcutId)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setToFolderId(long toFolderId)
           
 void setToName(java.lang.String toName)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 DLFileShortcut 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

DLFileShortcutWrapper

public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface DLFileShortcutModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface DLFileShortcutModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface DLFileShortcutModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface DLFileShortcutModel

getFileShortcutId

public long getFileShortcutId()
Specified by:
getFileShortcutId in interface DLFileShortcutModel

setFileShortcutId

public void setFileShortcutId(long fileShortcutId)
Specified by:
setFileShortcutId in interface DLFileShortcutModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface DLFileShortcutModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface DLFileShortcutModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface DLFileShortcutModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface DLFileShortcutModel

getUserId

public long getUserId()
Specified by:
getUserId in interface DLFileShortcutModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface DLFileShortcutModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface DLFileShortcutModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface DLFileShortcutModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface DLFileShortcutModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface DLFileShortcutModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface DLFileShortcutModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface DLFileShortcutModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface DLFileShortcutModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface DLFileShortcutModel

getFolderId

public long getFolderId()
Specified by:
getFolderId in interface DLFileShortcutModel

setFolderId

public void setFolderId(long folderId)
Specified by:
setFolderId in interface DLFileShortcutModel

getToFolderId

public long getToFolderId()
Specified by:
getToFolderId in interface DLFileShortcutModel

setToFolderId

public void setToFolderId(long toFolderId)
Specified by:
setToFolderId in interface DLFileShortcutModel

getToName

public java.lang.String getToName()
Specified by:
getToName in interface DLFileShortcutModel

setToName

public void setToName(java.lang.String toName)
Specified by:
setToName in interface DLFileShortcutModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<DLFileShortcut>
Specified by:
isNew in interface DLFileShortcutModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<DLFileShortcut>
Specified by:
setNew in interface DLFileShortcutModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<DLFileShortcut>
Specified by:
isCachedModel in interface DLFileShortcutModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<DLFileShortcut>
Specified by:
setCachedModel in interface DLFileShortcutModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<DLFileShortcut>
Specified by:
isEscapedModel in interface DLFileShortcutModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<DLFileShortcut>
Specified by:
setEscapedModel in interface DLFileShortcutModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<DLFileShortcut>
Specified by:
getPrimaryKeyObj in interface DLFileShortcutModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<DLFileShortcut>
Specified by:
getExpandoBridge in interface DLFileShortcutModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<DLFileShortcut>
Specified by:
setExpandoBridgeAttributes in interface DLFileShortcutModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<DLFileShortcut>
Specified by:
clone in interface DLFileShortcutModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(DLFileShortcut dlFileShortcut)
Specified by:
compareTo in interface DLFileShortcutModel
Specified by:
compareTo in interface java.lang.Comparable<DLFileShortcut>

hashCode

public int hashCode()
Specified by:
hashCode in interface DLFileShortcutModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public DLFileShortcut toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<DLFileShortcut>
Specified by:
toEscapedModel in interface DLFileShortcutModel

toString

public java.lang.String toString()
Specified by:
toString in interface DLFileShortcutModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<DLFileShortcut>
Specified by:
toXmlString in interface DLFileShortcutModel

getFolder

public DLFolder getFolder()
Specified by:
getFolder in interface DLFileShortcut

getWrappedDLFileShortcut

public DLFileShortcut getWrappedDLFileShortcut()