Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to ExpandoRowImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a expando row model instance should use the ExpandoRow interface instead.

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.5