Liferay 6.2-ce-ga5

com.liferay.portlet.expando.model
Interface ExpandoTable

All Superinterfaces:
BaseModel<ExpandoTable>, ClassedModel, Cloneable, Comparable<ExpandoTable>, ExpandoTableModel, PersistedModel, Serializable, TypedModel
All Known Implementing Classes:
ExpandoTableWrapper

@ProviderType
public interface ExpandoTable
extends ExpandoTableModel, PersistedModel

The extended model interface for the ExpandoTable service. Represents a row in the "ExpandoTable" database table, with each column mapped to a property of this class.

See Also:
ExpandoTableModel, ExpandoTableImpl, ExpandoTableModelImpl

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, setClassName, setClassNameId, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTableId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

isDefaultTable

boolean isDefaultTable()

Liferay 6.2-ce-ga5