com.liferay.portlet.expando.model
Interface ExpandoTableModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ExpandoTable
public interface ExpandoTableModel
- 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 ExpandoTable
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.expando.service.model.ExpandoTable
,
com.liferay.portlet.expando.service.model.impl.ExpandoTableImpl
,
com.liferay.portlet.expando.service.model.impl.ExpandoTableModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getTableId
long getTableId()
setTableId
void setTableId(long tableId)
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
setClassNameId
void setClassNameId(long classNameId)
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
toEscapedModel
ExpandoTable toEscapedModel()