@ProviderType public interface MBStatsUserModel extends com.liferay.portal.kernel.model.BaseModel<MBStatsUser>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.message.boards.model.impl.MBStatsUserModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.message.boards.model.impl.MBStatsUserImpl
.
MBStatsUser
,
com.liferay.message.boards.model.impl.MBStatsUserImpl
,
com.liferay.message.boards.model.impl.MBStatsUserModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MBStatsUser mbStatsUser) |
long |
getCompanyId()
Returns the company ID of this message boards stats user.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this message boards stats user.
|
java.util.Date |
getLastPostDate()
Returns the last post date of this message boards stats user.
|
int |
getMessageCount()
Returns the message count of this message boards stats user.
|
long |
getPrimaryKey()
Returns the primary key of this message boards stats user.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getStatsUserId()
Returns the stats user ID of this message boards stats user.
|
java.lang.String |
getStatsUserUuid()
Returns the stats user uuid of this message boards stats user.
|
long |
getUserId()
Returns the user ID of this message boards stats user.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards stats user.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards stats user.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this message boards stats user.
|
void |
setLastPostDate(java.util.Date lastPostDate)
Sets the last post date of this message boards stats user.
|
void |
setMessageCount(int messageCount)
Sets the message count of this message boards stats user.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards stats user.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatsUserId(long statsUserId)
Sets the stats user ID of this message boards stats user.
|
void |
setStatsUserUuid(java.lang.String statsUserUuid)
Sets the stats user uuid of this message boards stats user.
|
void |
setUserId(long userId)
Sets the user ID of this message boards stats user.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards stats user.
|
com.liferay.portal.kernel.model.CacheModel<MBStatsUser> |
toCacheModel() |
MBStatsUser |
toEscapedModel() |
java.lang.String |
toString() |
MBStatsUser |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this message boards stats userlong getStatsUserId()
void setStatsUserId(long statsUserId)
statsUserId
- the stats user ID of this message boards stats userjava.lang.String getStatsUserUuid()
void setStatsUserUuid(java.lang.String statsUserUuid)
statsUserUuid
- the stats user uuid of this message boards stats userlong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this message boards stats userlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this message boards stats userlong getUserId()
void setUserId(long userId)
userId
- the user ID of this message boards stats userjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this message boards stats userint getMessageCount()
void setMessageCount(int messageCount)
messageCount
- the message count of this message boards stats userjava.util.Date getLastPostDate()
void setLastPostDate(java.util.Date lastPostDate)
lastPostDate
- the last post date of this message boards stats userboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
int compareTo(MBStatsUser mbStatsUser)
compareTo
in interface java.lang.Comparable<MBStatsUser>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<MBStatsUser> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
MBStatsUser toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
MBStatsUser toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MBStatsUser>