com.liferay.portlet.expando.model
Interface ExpandoTable
- All Superinterfaces:
- BaseModel<ExpandoTable>, java.lang.Cloneable, java.lang.Comparable<ExpandoTable>, ExpandoTableModel, java.io.Serializable
- All Known Implementing Classes:
- ExpandoTableWrapper
public interface ExpandoTable
- extends ExpandoTableModel
The model interface for the ExpandoTable service. Represents a row in the "ExpandoTable" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.expando.model.impl.ExpandoTableImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a expando table model instance should use the ExpandoTable interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoTableModel,
com.liferay.portlet.expando.model.impl.ExpandoTableImpl,
com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.expando.model.ExpandoTableModel |
clone, compareTo, getClassName, getClassNameId, getCompanyId, getExpandoBridge, getName, getPrimaryKey, getPrimaryKeyObj, getTableId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setTableId, toEscapedModel, toString, toXmlString |
isDefaultTable
boolean isDefaultTable()