Liferay 6.0.5

com.liferay.portal.model.impl
Class PortletItemImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PortletItem>
      extended by com.liferay.portal.model.impl.PortletItemModelImpl
          extended by com.liferay.portal.model.impl.PortletItemImpl
All Implemented Interfaces:
BaseModel<PortletItem>, PortletItem, PortletItemModel, Serializable, Cloneable, Comparable<PortletItem>

public class PortletItemImpl
extends PortletItemModelImpl
implements PortletItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PortletItemModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PortletItemImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PortletItemModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getOriginalClassNameId, getOriginalGroupId, getOriginalName, getOriginalPortletId, getPortletId, getPortletItemId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, setClassNameId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPortletId, setPortletItemId, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PortletItemModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPortletId, getPortletItemId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPortletId, setPortletItemId, setPrimaryKey, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

PortletItemImpl

public PortletItemImpl()

Liferay 6.0.5