com.liferay.portal.model
Class PortletItemWrapper

java.lang.Object
  extended by com.liferay.portal.model.PortletItemWrapper
All Implemented Interfaces:
BaseModel<PortletItem>, PortletItem, PortletItemModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<PortletItem>

public class PortletItemWrapper
extends java.lang.Object
implements PortletItem

View Source

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

This class is a wrapper for PortletItem.

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

Constructor Summary
PortletItemWrapper(PortletItem portletItem)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(PortletItem portletItem)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getPortletId()
           
 long getPortletItemId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 PortletItem getWrappedPortletItem()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPortletId(java.lang.String portletId)
           
 void setPortletItemId(long portletItemId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 PortletItem 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

PortletItemWrapper

public PortletItemWrapper(PortletItem portletItem)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getPortletItemId

public long getPortletItemId()
Specified by:
getPortletItemId in interface PortletItemModel

setPortletItemId

public void setPortletItemId(long portletItemId)
Specified by:
setPortletItemId in interface PortletItemModel

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getUserName

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

setUserName

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

getCreateDate

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

setCreateDate

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

getModifiedDate

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

setModifiedDate

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

getName

public java.lang.String getName()
Specified by:
getName in interface PortletItemModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface PortletItemModel

getPortletId

public java.lang.String getPortletId()
Specified by:
getPortletId in interface PortletItemModel

setPortletId

public void setPortletId(java.lang.String portletId)
Specified by:
setPortletId in interface PortletItemModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface PortletItemModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface PortletItemModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface PortletItemModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<PortletItem>
Specified by:
isNew in interface PortletItemModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<PortletItem>
Specified by:
setNew in interface PortletItemModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<PortletItem>
Specified by:
isCachedModel in interface PortletItemModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<PortletItem>
Specified by:
setCachedModel in interface PortletItemModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<PortletItem>
Specified by:
isEscapedModel in interface PortletItemModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<PortletItem>
Specified by:
setEscapedModel in interface PortletItemModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<PortletItem>
Specified by:
getExpandoBridge in interface PortletItemModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<PortletItem>
Specified by:
setExpandoBridgeAttributes in interface PortletItemModel

clone

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

compareTo

public int compareTo(PortletItem portletItem)
Specified by:
compareTo in interface PortletItemModel
Specified by:
compareTo in interface java.lang.Comparable<PortletItem>

hashCode

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

toEscapedModel

public PortletItem toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<PortletItem>
Specified by:
toEscapedModel in interface PortletItemModel

toString

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

toXmlString

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

getWrappedPortletItem

public PortletItem getWrappedPortletItem()