public class StatusWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Status> implements com.liferay.portal.kernel.model.ModelWrapper<Status>, Status
This class is a wrapper for Status
.
Status
,
Serialized FormSTATUS_ID_ACCESSOR
Constructor and Description |
---|
StatusWrapper(Status 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected StatusWrapper |
wrap(Status status) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public StatusWrapper(Status status)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Status>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<Status>
public java.lang.String getActivePanelIds()
getActivePanelIds
in interface StatusModel
public boolean getAwake()
getAwake
in interface StatusModel
public java.lang.String getMessage()
getMessage
in interface StatusModel
public long getModifiedDate()
getModifiedDate
in interface StatusModel
public boolean getOnline()
getOnline
in interface StatusModel
public boolean getPlaySound()
getPlaySound
in interface StatusModel
public long getPrimaryKey()
getPrimaryKey
in interface StatusModel
public long getStatusId()
getStatusId
in interface StatusModel
public long getUserId()
getUserId
in interface StatusModel
public java.lang.String getUserUuid()
getUserUuid
in interface StatusModel
public boolean isAwake()
true
if this status is awake.isAwake
in interface StatusModel
true
if this status is awake; false
otherwisepublic boolean isOnline()
true
if this status is online.isOnline
in interface StatusModel
true
if this status is online; false
otherwisepublic boolean isPlaySound()
true
if this status is play sound.isPlaySound
in interface StatusModel
true
if this status is play sound; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setActivePanelIds(java.lang.String activePanelIds)
setActivePanelIds
in interface StatusModel
activePanelIds
- the active panel IDs of this statuspublic void setAwake(boolean awake)
setAwake
in interface StatusModel
awake
- the awake of this statuspublic void setMessage(java.lang.String message)
setMessage
in interface StatusModel
message
- the message of this statuspublic void setModifiedDate(long modifiedDate)
setModifiedDate
in interface StatusModel
modifiedDate
- the modified date of this statuspublic void setOnline(boolean online)
setOnline
in interface StatusModel
online
- the online of this statuspublic void setPlaySound(boolean playSound)
setPlaySound
in interface StatusModel
playSound
- the play sound of this statuspublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface StatusModel
primaryKey
- the primary key of this statuspublic void setStatusId(long statusId)
setStatusId
in interface StatusModel
statusId
- the status ID of this statuspublic void setUserId(long userId)
setUserId
in interface StatusModel
userId
- the user ID of this statuspublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface StatusModel
userUuid
- the user uuid of this statusprotected StatusWrapper wrap(Status status)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Status>