com.fabula.timeline.service.model
Class Emotion
java.lang.Object
com.fabula.timeline.service.model.Emotion
public class Emotion
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Emotion
public Emotion()
Emotion
public Emotion(java.lang.String emotionid,
Emotion.EmotionEnum emotionType)
getEncodedKey
public java.lang.String getEncodedKey()
setEncodedKey
public void setEncodedKey(java.lang.String encodedKey)
getEmotionid
public java.lang.String getEmotionid()
setEmotionid
public void setEmotionid(java.lang.String emotionid)
getEmotionType
public Emotion.EmotionEnum getEmotionType()
setEmotionType
public void setEmotionType(Emotion.EmotionEnum emotionType)