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.
- See Also:
ListTypeModel,
ListTypeImpl,
ListTypeModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 |