com.liferay.portlet.messageboards.model
Interface MBStatsUser

All Superinterfaces:
BaseModel<MBStatsUser>, java.lang.Cloneable, java.lang.Comparable<MBStatsUser>, MBStatsUserModel, java.io.Serializable
All Known Implementing Classes:
MBStatsUserWrapper

public interface MBStatsUser
extends MBStatsUserModel

The model interface for the MBStatsUser service. Represents a row in the "MBStatsUser" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a message boards stats user model instance should use the MBStatsUser interface instead.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBStatsUserModel
clone, compareTo, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel, toString, toXmlString