Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model.impl
Class ExpandoTableImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ExpandoTable>
      extended by com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
          extended by com.liferay.portlet.expando.model.impl.ExpandoTableBaseImpl
              extended by com.liferay.portlet.expando.model.impl.ExpandoTableImpl
All Implemented Interfaces:
BaseModel<ExpandoTable>, ClassedModel, PersistedModel, ExpandoTable, ExpandoTableModel, Serializable, Cloneable, Comparable<ExpandoTable>

public class ExpandoTableImpl
extends ExpandoTableBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
CLASSNAMEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ExpandoTableImpl()
           
 
Method Summary
 boolean isDefaultTable()
           
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoTableBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.expando.model.impl.ExpandoTableModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalClassNameId, getOriginalCompanyId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getTableId, hashCode, resetOriginalValues, setClassName, setClassNameId, setCompanyId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setTableId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ExpandoTableImpl

public ExpandoTableImpl()
Method Detail

isDefaultTable

public boolean isDefaultTable()

Liferay 6.1.2-ce-ga3