|
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<MBMessageFlag>
com.liferay.portlet.messageboards.model.impl.MBMessageFlagModelImpl
public class MBMessageFlagModelImpl
This interface is a model that represents the MBMessageFlag table in the database.
MBMessageFlagImpl,
MBMessageFlag,
MBMessageFlagModel,
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 |
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 | |
|---|---|
MBMessageFlagModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBMessageFlag mbMessageFlag)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getFlag()
|
long |
getMessageFlagId()
|
long |
getMessageId()
|
Date |
getModifiedDate()
|
int |
getOriginalFlag()
|
long |
getOriginalMessageId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getThreadId()
|
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 |
setFlag(int flag)
|
void |
setMessageFlagId(long messageFlagId)
|
void |
setMessageId(long messageId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setThreadId(long threadId)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
MBMessageFlag |
toEscapedModel()
|
static MBMessageFlag |
toModel(MBMessageFlagSoap soapModel)
|
static List<MBMessageFlag> |
toModels(MBMessageFlagSoap[] soapModels)
|
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.MBMessageFlagModel |
|---|
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 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 MBMessageFlagModelImpl()
| Method Detail |
|---|
public static MBMessageFlag toModel(MBMessageFlagSoap soapModel)
public static List<MBMessageFlag> toModels(MBMessageFlagSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface MBMessageFlagModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MBMessageFlagModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBMessageFlag>getPrimaryKeyObj in interface MBMessageFlagModelpublic long getMessageFlagId()
getMessageFlagId in interface MBMessageFlagModelpublic void setMessageFlagId(long messageFlagId)
setMessageFlagId in interface MBMessageFlagModelpublic long getUserId()
getUserId in interface MBMessageFlagModelpublic void setUserId(long userId)
setUserId in interface MBMessageFlagModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MBMessageFlagModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MBMessageFlagModelpublic long getOriginalUserId()
public Date getModifiedDate()
getModifiedDate in interface MBMessageFlagModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface MBMessageFlagModelpublic long getThreadId()
getThreadId in interface MBMessageFlagModelpublic void setThreadId(long threadId)
setThreadId in interface MBMessageFlagModelpublic long getMessageId()
getMessageId in interface MBMessageFlagModelpublic void setMessageId(long messageId)
setMessageId in interface MBMessageFlagModelpublic long getOriginalMessageId()
public int getFlag()
getFlag in interface MBMessageFlagModelpublic void setFlag(int flag)
setFlag in interface MBMessageFlagModelpublic int getOriginalFlag()
public MBMessageFlag toEscapedModel()
toEscapedModel in interface MBMessageFlagModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBMessageFlag>getExpandoBridge in interface MBMessageFlagModelgetExpandoBridge in class BaseModelImpl<MBMessageFlag>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBMessageFlag>setExpandoBridgeAttributes in interface MBMessageFlagModelsetExpandoBridgeAttributes in class BaseModelImpl<MBMessageFlag>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBMessageFlag>clone in interface MBMessageFlagModelclone in class BaseModelImpl<MBMessageFlag>public int compareTo(MBMessageFlag mbMessageFlag)
compareTo in interface MBMessageFlagModelcompareTo in interface Comparable<MBMessageFlag>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBMessageFlagModelhashCode in class Objectpublic String toString()
toString in interface MBMessageFlagModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBMessageFlag>toXmlString in interface MBMessageFlagModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||