Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ListTypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ListType>
      extended by com.liferay.portal.model.impl.ListTypeModelImpl
          extended by com.liferay.portal.model.impl.ListTypeBaseImpl
              extended by com.liferay.portal.model.impl.ListTypeImpl
All Implemented Interfaces:
BaseModel<ListType>, ClassedModel, ListType, ListTypeModel, Serializable, Cloneable, Comparable<ListType>

public class ListTypeImpl
extends ListTypeBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK
 
Constructor Summary
ListTypeImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
clone, compareTo, equals, getColumnBitmask, getListTypeId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalType, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, resetOriginalValues, setListTypeId, setModelAttributes, setName, setPrimaryKey, setPrimaryKeyObj, setType, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ListTypeModel
clone, compareTo, getExpandoBridge, getListTypeId, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setListTypeId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setType, 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

ListTypeImpl

public ListTypeImpl()

Liferay 6.2-ce-ga5