com.liferay.portlet.expando.model
Interface ExpandoTable

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ExpandoTableModel, java.io.Serializable

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, ExpandoTableImpl, ExpandoTableModelImpl

Method Summary
 boolean isDefaultTable()
           
 
Methods inherited from interface com.liferay.portlet.expando.model.ExpandoTableModel
getClassName, getClassNameId, getCompanyId, getName, getPrimaryKey, getTableId, setClassNameId, setCompanyId, setName, setPrimaryKey, setTableId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isDefaultTable

boolean isDefaultTable()