Liferay 7.0-ce-b4

com.liferay.portlet.expando.model
Interface ExpandoRow

All Superinterfaces:
BaseModel<ExpandoRow>, ClassedModel, Cloneable, Comparable<ExpandoRow>, ExpandoRowModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
ExpandoRowWrapper

@ProviderType
public interface ExpandoRow
extends ExpandoRowModel, PersistedModel

The extended model interface for the ExpandoRow service. Represents a row in the "ExpandoRow" database table, with each column mapped to a property of this class.

See Also:
ExpandoRowModel, com.liferay.portlet.expando.model.impl.ExpandoRowImpl, com.liferay.portlet.expando.model.impl.ExpandoRowModelImpl

Field Summary
static Accessor<ExpandoRow,Long> ROW_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoRowModel
clone, compareTo, getClassPK, getCompanyId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRowId, getTableId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassPK, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRowId, setTableId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ROW_ID_ACCESSOR

static final Accessor<ExpandoRow,Long> ROW_ID_ACCESSOR

Liferay 7.0-ce-b4