Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model.impl
Class WikiNodeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiNode>
      extended by com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
          extended by com.liferay.portlet.wiki.model.impl.WikiNodeBaseImpl
              extended by com.liferay.portlet.wiki.model.impl.WikiNodeImpl
All Implemented Interfaces:
AuditedModel, BaseModel<WikiNode>, ClassedModel, GroupedModel, PersistedModel, WikiNode, WikiNodeModel, Serializable, Cloneable, Comparable<WikiNode>

public class WikiNodeImpl
extends WikiNodeBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
WikiNodeImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getNodeId, getOriginalCompanyId, getOriginalGroupId, getOriginalName, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModelAttributes, setModifiedDate, setName, setNodeId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiNodeModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getModifiedDate, getName, getNodeId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setNodeId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

WikiNodeImpl

public WikiNodeImpl()

Liferay 6.1.2-ce-ga3