Liferay 6.0.5

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

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 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.

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.5