com.liferay.portal.model
Interface ListType

All Superinterfaces:
BaseModel<ListType>, java.lang.Cloneable, java.lang.Comparable<ListType>, ListTypeModel, java.io.Serializable
All Known Implementing Classes:
ListTypeWrapper

public interface ListType
extends ListTypeModel

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

Never modify this interface directly. Add methods to ListTypeImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a list type model instance should use the ListType interface instead.

Author:
Brian Wing Shun Chan
See Also:
ListTypeModel, ListTypeImpl, ListTypeModelImpl
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