Liferay 7.0-ce-b4

com.liferay.portlet.expando.model
Interface ExpandoTable

All Superinterfaces:
BaseModel<ExpandoTable>, ClassedModel, Cloneable, Comparable<ExpandoTable>, ExpandoTableModel, PersistedModel, Serializable, ShardedModel, 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, com.liferay.portlet.expando.model.impl.ExpandoTableImpl, com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl

Field Summary
static Accessor<ExpandoTable,Long> TABLE_ID_ACCESSOR
           
 
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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

TABLE_ID_ACCESSOR

static final Accessor<ExpandoTable,Long> TABLE_ID_ACCESSOR
Method Detail

isDefaultTable

boolean isDefaultTable()

Liferay 7.0-ce-b4