com.liferay.portlet.messageboards.model
Interface MBStatsUserModel

All Superinterfaces:
BaseModel<MBStatsUser>, java.lang.Cloneable, java.lang.Comparable<MBStatsUser>, java.io.Serializable
All Known Subinterfaces:
MBStatsUser

public interface MBStatsUserModel
extends BaseModel<MBStatsUser>

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.

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

Method Summary
 long getGroupId()
           
 java.util.Date getLastPostDate()
           
 int getMessageCount()
           
 long getPrimaryKey()
           
 long getStatsUserId()
           
 java.lang.String getStatsUserUuid()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 void setGroupId(long groupId)
           
 void setLastPostDate(java.util.Date lastPostDate)
           
 void setMessageCount(int messageCount)
           
 void setPrimaryKey(long pk)
           
 void setStatsUserId(long statsUserId)
           
 void setStatsUserUuid(java.lang.String statsUserUuid)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 MBStatsUser toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getStatsUserId

long getStatsUserId()

setStatsUserId

void setStatsUserId(long statsUserId)

getStatsUserUuid

java.lang.String getStatsUserUuid()
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setStatsUserUuid

void setStatsUserUuid(java.lang.String statsUserUuid)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getMessageCount

int getMessageCount()

setMessageCount

void setMessageCount(int messageCount)

getLastPostDate

java.util.Date getLastPostDate()

setLastPostDate

void setLastPostDate(java.util.Date lastPostDate)

toEscapedModel

MBStatsUser toEscapedModel()