@ProviderType public interface StatusModel extends com.liferay.portal.kernel.model.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.Object |
clone() |
int |
compareTo(Status status) |
java.lang.String |
getActivePanelIds()
Returns the active panel IDs of this status.
|
boolean |
getAwake()
Returns the awake of this status.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isAwake()
Returns
true if this status is awake. |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
setCachedModel(boolean cachedModel) |
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 |
setMessage(java.lang.String message)
Sets the message of this status.
|
void |
setModifiedDate(long modifiedDate)
Sets the modified date of this status.
|
void |
setNew(boolean n) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<Status> |
toCacheModel() |
Status |
toEscapedModel() |
java.lang.String |
toString() |
Status |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long 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 statusboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<Status>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<Status>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<Status>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<Status>
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<Status>
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<Status>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Status>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Status>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<Status>
int compareTo(Status status)
compareTo
in interface java.lang.Comparable<Status>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<Status> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
Status toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
Status toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<Status>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<Status>