com.liferay.portal.model
Interface ListTypeModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- ListType
- public interface ListTypeModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.ListType
,
com.liferay.portal.service.model.impl.ListTypeImpl
,
com.liferay.portal.service.model.impl.ListTypeModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public int getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(int pk)
getListTypeId
public int getListTypeId()
setListTypeId
public void setListTypeId(int listTypeId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)