Liferay 6.0.3

com.liferay.portal.model
Interface ListType

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

public interface ListType
extends ListTypeModel

This interface is a model that represents the ListType table in the database.

Customize ListTypeImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
ListTypeModel, ListTypeImpl, ListTypeModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
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
 


Liferay 6.0.3