Liferay 6.0.5

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.ListTypeImpl
All Implemented Interfaces:
BaseModel<ListType>, ListType, ListTypeModel, Serializable, Cloneable, Comparable<ListType>

public class ListTypeImpl
extends ListTypeModelImpl
implements ListType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ListTypeImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ListTypeModelImpl
clone, compareTo, equals, getListTypeId, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, setListTypeId, setName, setPrimaryKey, setType, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew
 
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, setEscapedModel, setExpandoBridgeAttributes, setListTypeId, setName, setNew, setPrimaryKey, setType, toEscapedModel, toString, toXmlString
 

Constructor Detail

ListTypeImpl

public ListTypeImpl()

Liferay 6.0.5