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

Method Summary
 int getListTypeId()
           
 java.lang.String getName()
           
 int getPrimaryKey()
           
 java.lang.String getType()
           
 void setListTypeId(int listTypeId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(int pk)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)