Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Interface ExpandoTable

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

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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, setClassName, setClassNameId, setCompanyId, 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.1.2-ce-ga3