|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<MBStatsUser>
com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
public class MBStatsUserModelImpl
This interface is a model that represents the MBStatsUser table in the database.
MBStatsUserImpl,
MBStatsUser,
MBStatsUserModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
MBStatsUserModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBStatsUser mbStatsUser)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getLastPostDate()
|
int |
getMessageCount()
|
long |
getOriginalGroupId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getStatsUserId()
|
String |
getStatsUserUuid()
|
long |
getUserId()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setLastPostDate(Date lastPostDate)
|
void |
setMessageCount(int messageCount)
|
void |
setPrimaryKey(long pk)
|
void |
setStatsUserId(long statsUserId)
|
void |
setStatsUserUuid(String statsUserUuid)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
MBStatsUser |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.messageboards.model.MBStatsUserModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MBStatsUserModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface MBStatsUserModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MBStatsUserModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBStatsUser>getPrimaryKeyObj in interface MBStatsUserModelpublic long getStatsUserId()
getStatsUserId in interface MBStatsUserModelpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface MBStatsUserModel
public String getStatsUserUuid()
throws SystemException
getStatsUserUuid in interface MBStatsUserModelSystemExceptionpublic void setStatsUserUuid(String statsUserUuid)
setStatsUserUuid in interface MBStatsUserModelpublic long getGroupId()
getGroupId in interface MBStatsUserModelpublic void setGroupId(long groupId)
setGroupId in interface MBStatsUserModelpublic long getOriginalGroupId()
public long getUserId()
getUserId in interface MBStatsUserModelpublic void setUserId(long userId)
setUserId in interface MBStatsUserModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MBStatsUserModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MBStatsUserModelpublic long getOriginalUserId()
public int getMessageCount()
getMessageCount in interface MBStatsUserModelpublic void setMessageCount(int messageCount)
setMessageCount in interface MBStatsUserModelpublic Date getLastPostDate()
getLastPostDate in interface MBStatsUserModelpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface MBStatsUserModelpublic MBStatsUser toEscapedModel()
toEscapedModel in interface MBStatsUserModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBStatsUser>getExpandoBridge in interface MBStatsUserModelgetExpandoBridge in class BaseModelImpl<MBStatsUser>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBStatsUser>setExpandoBridgeAttributes in interface MBStatsUserModelsetExpandoBridgeAttributes in class BaseModelImpl<MBStatsUser>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBStatsUser>clone in interface MBStatsUserModelclone in class BaseModelImpl<MBStatsUser>public int compareTo(MBStatsUser mbStatsUser)
compareTo in interface MBStatsUserModelcompareTo in interface Comparable<MBStatsUser>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBStatsUserModelhashCode in class Objectpublic String toString()
toString in interface MBStatsUserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBStatsUser>toXmlString in interface MBStatsUserModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||