com.liferay.portlet.documentlibrary.model
Class DLFolderWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.model.DLFolderWrapper
- All Implemented Interfaces:
- BaseModel<DLFolder>, DLFolder, DLFolderModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DLFolder>
public class DLFolderWrapper
- extends java.lang.Object
- implements DLFolder
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFolder.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFolder,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
DLFolderWrapper
public DLFolderWrapper(DLFolder dlFolder)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface DLFolderModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface DLFolderModel
getUuid
public java.lang.String getUuid()
- Specified by:
getUuid in interface DLFolderModel
setUuid
public void setUuid(java.lang.String uuid)
- Specified by:
setUuid in interface DLFolderModel
getFolderId
public long getFolderId()
- Specified by:
getFolderId in interface DLFolderModel
setFolderId
public void setFolderId(long folderId)
- Specified by:
setFolderId in interface DLFolderModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface DLFolderModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface DLFolderModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface DLFolderModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface DLFolderModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface DLFolderModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface DLFolderModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface DLFolderModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface DLFolderModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface DLFolderModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface DLFolderModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface DLFolderModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface DLFolderModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface DLFolderModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface DLFolderModel
getParentFolderId
public long getParentFolderId()
- Specified by:
getParentFolderId in interface DLFolderModel
setParentFolderId
public void setParentFolderId(long parentFolderId)
- Specified by:
setParentFolderId in interface DLFolderModel
getName
public java.lang.String getName()
- Specified by:
getName in interface DLFolderModel
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface DLFolderModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface DLFolderModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface DLFolderModel
getLastPostDate
public java.util.Date getLastPostDate()
- Specified by:
getLastPostDate in interface DLFolderModel
setLastPostDate
public void setLastPostDate(java.util.Date lastPostDate)
- Specified by:
setLastPostDate in interface DLFolderModel
toEscapedModel
public DLFolder toEscapedModel()
- Specified by:
toEscapedModel in interface DLFolderModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<DLFolder>- Specified by:
isNew in interface DLFolderModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<DLFolder>- Specified by:
setNew in interface DLFolderModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<DLFolder>- Specified by:
isCachedModel in interface DLFolderModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<DLFolder>- Specified by:
setCachedModel in interface DLFolderModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<DLFolder>- Specified by:
isEscapedModel in interface DLFolderModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<DLFolder>- Specified by:
setEscapedModel in interface DLFolderModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<DLFolder>- Specified by:
getPrimaryKeyObj in interface DLFolderModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<DLFolder>- Specified by:
getExpandoBridge in interface DLFolderModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<DLFolder>- Specified by:
setExpandoBridgeAttributes in interface DLFolderModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<DLFolder>- Specified by:
clone in interface DLFolderModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(DLFolder dlFolder)
- Specified by:
compareTo in interface DLFolderModel- Specified by:
compareTo in interface java.lang.Comparable<DLFolder>
hashCode
public int hashCode()
- Specified by:
hashCode in interface DLFolderModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface DLFolderModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<DLFolder>- Specified by:
toXmlString in interface DLFolderModel
getAncestors
public java.util.List<DLFolder> getAncestors()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAncestors in interface DLFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getParentFolder
public DLFolder getParentFolder()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getParentFolder in interface DLFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getPath
public java.lang.String getPath()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getPath in interface DLFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getPathArray
public java.lang.String[] getPathArray()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getPathArray in interface DLFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
isRoot
public boolean isRoot()
- Specified by:
isRoot in interface DLFolder
getWrappedDLFolder
public DLFolder getWrappedDLFolder()