Liferay 6.0.5

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.ExpandoRowImpl
All Implemented Interfaces:
BaseModel<ExpandoRow>, ExpandoRow, ExpandoRowModel, Serializable, Cloneable, Comparable<ExpandoRow>

public class ExpandoRowImpl
extends ExpandoRowModelImpl
implements ExpandoRow

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
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
ExpandoRowImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl
clone, compareTo, equals, getClassPK, getCompanyId, getOriginalClassPK, getOriginalTableId, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, hashCode, setClassPK, setCompanyId, setPrimaryKey, setRowId, setTableId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setRowId, setTableId, toEscapedModel, toString, toXmlString
 

Constructor Detail

ExpandoRowImpl

public ExpandoRowImpl()

Liferay 6.0.5