Liferay 7.0-ce-b4

com.liferay.portal.model
Interface ListType

All Superinterfaces:
BaseModel<ListType>, ClassedModel, Cloneable, Comparable<ListType>, ListTypeModel, MVCCModel, PersistedModel, Serializable
All Known Implementing Classes:
ListTypeWrapper

@ProviderType
public interface ListType
extends ListTypeModel, PersistedModel

The extended model interface for the ListType service. Represents a row in the "ListType" database table, with each column mapped to a property of this class.

See Also:
ListTypeModel, ListTypeImpl, ListTypeModelImpl

Field Summary
static Accessor<ListType,Long> LIST_TYPE_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.ListTypeModel
clone, compareTo, getExpandoBridge, getListTypeId, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setListTypeId, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setType, 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

LIST_TYPE_ID_ACCESSOR

static final Accessor<ListType,Long> LIST_TYPE_ID_ACCESSOR

Liferay 7.0-ce-b4