com.liferay.portlet.documentlibrary.model
Class DLFileShortcutWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
DLFileShortcutWrapper
public DLFileShortcutWrapper(DLFileShortcut dlFileShortcut)
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.kernel.exception.SystemException
- Specified by:
getUserUuid
in interface DLFileShortcutModel
- Throws:
com.liferay.portal.kernel.exception.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
getStatus
public int getStatus()
- Specified by:
getStatus
in interface DLFileShortcutModel
setStatus
public void setStatus(int status)
- Specified by:
setStatus
in interface DLFileShortcutModel
getStatusByUserId
public long getStatusByUserId()
- Specified by:
getStatusByUserId
in interface DLFileShortcutModel
setStatusByUserId
public void setStatusByUserId(long statusByUserId)
- Specified by:
setStatusByUserId
in interface DLFileShortcutModel
getStatusByUserUuid
public java.lang.String getStatusByUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatusByUserUuid
in interface DLFileShortcutModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setStatusByUserUuid
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
- Specified by:
setStatusByUserUuid
in interface DLFileShortcutModel
getStatusByUserName
public java.lang.String getStatusByUserName()
- Specified by:
getStatusByUserName
in interface DLFileShortcutModel
setStatusByUserName
public void setStatusByUserName(java.lang.String statusByUserName)
- Specified by:
setStatusByUserName
in interface DLFileShortcutModel
getStatusDate
public java.util.Date getStatusDate()
- Specified by:
getStatusDate
in interface DLFileShortcutModel
setStatusDate
public void setStatusDate(java.util.Date statusDate)
- Specified by:
setStatusDate
in interface DLFileShortcutModel
toEscapedModel
public DLFileShortcut toEscapedModel()
- Specified by:
toEscapedModel
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
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
getToTitle
public java.lang.String getToTitle()
- Specified by:
getToTitle
in interface DLFileShortcut
getWrappedDLFileShortcut
public DLFileShortcut getWrappedDLFileShortcut()