Liferay 6.0.3

com.liferay.portlet.messageboards.model
Interface MBStatsUser

All Superinterfaces:
BaseModel<MBStatsUser>, Cloneable, Comparable<MBStatsUser>, MBStatsUserModel, Serializable
All Known Implementing Classes:
MBStatsUserImpl, MBStatsUserWrapper

public interface MBStatsUser
extends MBStatsUserModel

This interface is a model that represents the MBStatsUser table in the database.

Customize MBStatsUserImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
MBStatsUserModel, MBStatsUserImpl, MBStatsUserModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.3