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