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

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.

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

Author:
Brian Wing Shun Chan
See Also:
ExpandoTableModel, com.liferay.portlet.expando.model.impl.ExpandoTableImpl, com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
Generated:

Method Summary
 boolean isDefaultTable()
           
 
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
 

Method Detail

isDefaultTable

boolean isDefaultTable()