com.liferay.portlet.expando.model
Interface ExpandoRowModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ExpandoRow
public interface ExpandoRowModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.expando.service.model.ExpandoRow
,
com.liferay.portlet.expando.service.model.impl.ExpandoRowImpl
,
com.liferay.portlet.expando.service.model.impl.ExpandoRowModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getRowId
long getRowId()
setRowId
void setRowId(long rowId)
getTableId
long getTableId()
setTableId
void setTableId(long tableId)
toEscapedModel
ExpandoRow toEscapedModel()