com.liferay.portlet.messageboards.model
Class MBStatsUserWrapper
java.lang.Object
com.liferay.portlet.messageboards.model.MBStatsUserWrapper
- All Implemented Interfaces:
- BaseModel<MBStatsUser>, MBStatsUser, MBStatsUserModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MBStatsUser>
public class MBStatsUserWrapper
- extends java.lang.Object
- implements MBStatsUser
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MBStatsUser.
- Author:
- Brian Wing Shun Chan
- See Also:
MBStatsUser,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
MBStatsUserWrapper
public MBStatsUserWrapper(MBStatsUser mbStatsUser)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface MBStatsUserModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface MBStatsUserModel
getStatsUserId
public long getStatsUserId()
- Specified by:
getStatsUserId in interface MBStatsUserModel
setStatsUserId
public void setStatsUserId(long statsUserId)
- Specified by:
setStatsUserId in interface MBStatsUserModel
getStatsUserUuid
public java.lang.String getStatsUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUserUuid in interface MBStatsUserModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setStatsUserUuid
public void setStatsUserUuid(java.lang.String statsUserUuid)
- Specified by:
setStatsUserUuid in interface MBStatsUserModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface MBStatsUserModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface MBStatsUserModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface MBStatsUserModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface MBStatsUserModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface MBStatsUserModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface MBStatsUserModel
getMessageCount
public int getMessageCount()
- Specified by:
getMessageCount in interface MBStatsUserModel
setMessageCount
public void setMessageCount(int messageCount)
- Specified by:
setMessageCount in interface MBStatsUserModel
getLastPostDate
public java.util.Date getLastPostDate()
- Specified by:
getLastPostDate in interface MBStatsUserModel
setLastPostDate
public void setLastPostDate(java.util.Date lastPostDate)
- Specified by:
setLastPostDate in interface MBStatsUserModel
toEscapedModel
public MBStatsUser toEscapedModel()
- Specified by:
toEscapedModel in interface MBStatsUserModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<MBStatsUser>- Specified by:
isNew in interface MBStatsUserModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<MBStatsUser>- Specified by:
setNew in interface MBStatsUserModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<MBStatsUser>- Specified by:
isCachedModel in interface MBStatsUserModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<MBStatsUser>- Specified by:
setCachedModel in interface MBStatsUserModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<MBStatsUser>- Specified by:
isEscapedModel in interface MBStatsUserModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<MBStatsUser>- Specified by:
setEscapedModel in interface MBStatsUserModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<MBStatsUser>- Specified by:
getPrimaryKeyObj in interface MBStatsUserModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<MBStatsUser>- Specified by:
getExpandoBridge in interface MBStatsUserModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBStatsUser>- Specified by:
setExpandoBridgeAttributes in interface MBStatsUserModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<MBStatsUser>- Specified by:
clone in interface MBStatsUserModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(MBStatsUser mbStatsUser)
- Specified by:
compareTo in interface MBStatsUserModel- Specified by:
compareTo in interface java.lang.Comparable<MBStatsUser>
hashCode
public int hashCode()
- Specified by:
hashCode in interface MBStatsUserModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface MBStatsUserModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<MBStatsUser>- Specified by:
toXmlString in interface MBStatsUserModel
getWrappedMBStatsUser
public MBStatsUser getWrappedMBStatsUser()