@ProviderType public interface StatusModel extends BaseModel<Status>
This interface and its corresponding implementation com.liferay.chat.model.impl.StatusModelImpl 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.StatusImpl.
Status| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivePanelIds()
Returns the active panel IDs of this status.
|
boolean |
getAwake()
Returns the awake of this status.
|
java.lang.String |
getMessage()
Returns the message of this status.
|
long |
getModifiedDate()
Returns the modified date of this status.
|
boolean |
getOnline()
Returns the online of this status.
|
boolean |
getPlaySound()
Returns the play sound of this status.
|
long |
getPrimaryKey()
Returns the primary key of this status.
|
long |
getStatusId()
Returns the status ID of this status.
|
long |
getUserId()
Returns the user ID of this status.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this status.
|
boolean |
isAwake()
Returns
true if this status is awake. |
boolean |
isOnline()
Returns
true if this status is online. |
boolean |
isPlaySound()
Returns
true if this status is play sound. |
void |
setActivePanelIds(java.lang.String activePanelIds)
Sets the active panel IDs of this status.
|
void |
setAwake(boolean awake)
Sets whether this status is awake.
|
void |
setMessage(java.lang.String message)
Sets the message of this status.
|
void |
setModifiedDate(long modifiedDate)
Sets the modified date of this status.
|
void |
setOnline(boolean online)
Sets whether this status is online.
|
void |
setPlaySound(boolean playSound)
Sets whether this status is play sound.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this status.
|
void |
setStatusId(long statusId)
Sets the status ID of this status.
|
void |
setUserId(long userId)
Sets the user ID of this status.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this status.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this statuslong getStatusId()
void setStatusId(long statusId)
statusId - the status ID of this statuslong getUserId()
void setUserId(long userId)
userId - the user ID of this statusjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this statuslong getModifiedDate()
void setModifiedDate(long modifiedDate)
modifiedDate - the modified date of this statusboolean getOnline()
boolean isOnline()
true if this status is online.true if this status is online; false otherwisevoid setOnline(boolean online)
online - the online of this statusboolean getAwake()
boolean isAwake()
true if this status is awake.true if this status is awake; false otherwisevoid setAwake(boolean awake)
awake - the awake of this status@AutoEscape java.lang.String getActivePanelIds()
void setActivePanelIds(java.lang.String activePanelIds)
activePanelIds - the active panel IDs of this status@AutoEscape java.lang.String getMessage()
void setMessage(java.lang.String message)
message - the message of this statusboolean getPlaySound()
boolean isPlaySound()
true if this status is play sound.true if this status is play sound; false otherwisevoid setPlaySound(boolean playSound)
playSound - the play sound of this status