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.service.model.impl.MBStatsUserImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.messageboards.service.model.MBStatsUserModel
,
com.liferay.portlet.messageboards.service.model.impl.MBStatsUserImpl
,
com.liferay.portlet.messageboards.service.model.impl.MBStatsUserModelImpl
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 java.lang.Comparable |
compareTo |