com.liferay.portlet.expando.model
Interface ExpandoTable
- All Superinterfaces:
- BaseModel<ExpandoTable>, Cloneable, Comparable<ExpandoTable>, ExpandoTableModel, Serializable
- All Known Implementing Classes:
- ExpandoTableImpl, 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 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.
- See Also:
ExpandoTableModel
,
ExpandoTableImpl
,
ExpandoTableModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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()