Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Interface ExpandoRow

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

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, ExpandoRowImpl, ExpandoRowModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3