com.liferay.portlet.messageboards.model
Interface MBStatsUser

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

public interface MBStatsUser
extends MBStatsUserModel

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 MBStatsUser table in the database.

Customize com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
MBStatsUserModel, com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl, com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBStatsUserModel
getGroupId, getLastPostDate, getMessageCount, getPrimaryKey, getStatsUserId, getUserId, setGroupId, setLastPostDate, setMessageCount, setPrimaryKey, setStatsUserId, setUserId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo