Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model.impl
Class ExpandoRowImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ExpandoRow>
      extended by com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
          extended by com.liferay.portlet.expando.model.impl.ExpandoRowBaseImpl
              extended by com.liferay.portlet.expando.model.impl.ExpandoRowImpl
All Implemented Interfaces:
BaseModel<ExpandoRow>, ClassedModel, PersistedModel, ExpandoRow, ExpandoRowModel, Serializable, Cloneable, Comparable<ExpandoRow>

public class ExpandoRowImpl
extends ExpandoRowBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TABLEID_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
ExpandoRowImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoRowBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
clone, compareTo, equals, getClassPK, getColumnBitmask, getCompanyId, getModelAttributes, getModelClass, getModelClassName, getOriginalClassPK, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, hashCode, resetOriginalValues, setClassPK, setCompanyId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoRowModel
clone, compareTo, getClassPK, getCompanyId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassPK, setCompanyId, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, 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

ExpandoRowImpl

public ExpandoRowImpl()

Liferay 6.1.2-ce-ga3