Liferay 6.0.3

com.liferay.portlet.expando.model
Interface ExpandoRow

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

public interface ExpandoRow
extends ExpandoRowModel

This interface is a model that represents the ExpandoRow table in the database.

Customize ExpandoRowImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ExpandoRowModel, ExpandoRowImpl, ExpandoRowModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setRowId, setTableId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3