public class StatusMood extends Model
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StatusMood() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMoodId()
Returns the integer value of the mood associated with the status.
|
String |
getMoodName()
Returns the label of the mood associated with the status, e.g.
|
String |
getStatus()
Returns the status text.
|
void |
setMoodId(long moodId)
Sets the integer value of the mood to associate with the status.
|
void |
setStatus(String status)
Sets the status text.
|
addTemplateParameter, addToListField, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, getTemplateParameter, hasField, isFieldMultikeyed, isFieldMultivalued, setFieldescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodepublic String getStatus()
public String getMoodId()
public String getMoodName()
public void setStatus(String status)
status - status to setpublic void setMoodId(long moodId)
moodId - ID of mood to associate with statusCopyright © 2012. All Rights Reserved.