Liferay 6.0.5

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

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.

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.5