com.liferay.portlet.expando.model
Interface ExpandoRow

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ExpandoRowModel, java.io.Serializable

public interface ExpandoRow
extends ExpandoRowModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.expando.model.impl.ExpandoRowImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ExpandoRowModel, ExpandoRowImpl, ExpandoRowModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoRowModel
getClassPK, getCompanyId, getPrimaryKey, getRowId, getTableId, setClassPK, setCompanyId, setPrimaryKey, setRowId, setTableId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo