com.liferay.portal.model
Interface ListType

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, ListTypeModel, java.io.Serializable

public interface ListType
extends ListTypeModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portal.service.model.impl.ListTypeImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.ListTypeModel, com.liferay.portal.service.model.impl.ListTypeImpl, com.liferay.portal.service.model.impl.ListTypeModelImpl

Methods inherited from interface com.liferay.portal.model.ListTypeModel
getListTypeId, getName, getPrimaryKey, getType, setListTypeId, setName, setPrimaryKey, setType
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo