Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ListType

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

public interface ListType
extends ListTypeModel

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

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ListTypeModel
clone, compareTo, getExpandoBridge, getListTypeId, getName, getPrimaryKey, getPrimaryKeyObj, getType, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, 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
 


Liferay 6.1.2-ce-ga3