@ProviderType public interface EntryModel extends com.liferay.portal.kernel.model.BaseModel<Entry>
This interface and its corresponding implementation com.liferay.chat.model.impl.EntryModelImpl
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.chat.model.impl.EntryImpl
.
Entry
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Returns the content of this entry.
|
long |
getCreateDate()
Returns the create date of this entry.
|
long |
getEntryId()
Returns the entry ID of this entry.
|
int |
getFlag()
Returns the flag of this entry.
|
long |
getFromUserId()
Returns the from user ID of this entry.
|
java.lang.String |
getFromUserUuid()
Returns the from user uuid of this entry.
|
long |
getPrimaryKey()
Returns the primary key of this entry.
|
long |
getToUserId()
Returns the to user ID of this entry.
|
java.lang.String |
getToUserUuid()
Returns the to user uuid of this entry.
|
void |
setContent(java.lang.String content)
Sets the content of this entry.
|
void |
setCreateDate(long createDate)
Sets the create date of this entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this entry.
|
void |
setFlag(int flag)
Sets the flag of this entry.
|
void |
setFromUserId(long fromUserId)
Sets the from user ID of this entry.
|
void |
setFromUserUuid(java.lang.String fromUserUuid)
Sets the from user uuid of this entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this entry.
|
void |
setToUserId(long toUserId)
Sets the to user ID of this entry.
|
void |
setToUserUuid(java.lang.String toUserUuid)
Sets the to user uuid of this entry.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this entrylong getEntryId()
void setEntryId(long entryId)
entryId
- the entry ID of this entrylong getCreateDate()
void setCreateDate(long createDate)
createDate
- the create date of this entrylong getFromUserId()
void setFromUserId(long fromUserId)
fromUserId
- the from user ID of this entryjava.lang.String getFromUserUuid()
void setFromUserUuid(java.lang.String fromUserUuid)
fromUserUuid
- the from user uuid of this entrylong getToUserId()
void setToUserId(long toUserId)
toUserId
- the to user ID of this entryjava.lang.String getToUserUuid()
void setToUserUuid(java.lang.String toUserUuid)
toUserUuid
- the to user uuid of this entry@AutoEscape java.lang.String getContent()
void setContent(java.lang.String content)
content
- the content of this entryint getFlag()
void setFlag(int flag)
flag
- the flag of this entry