com.mymed.model.data.myjam
Class MFeedBackBean

java.lang.Object
  extended by com.mymed.model.data.AbstractMBean
      extended by com.mymed.model.data.myjam.MFeedBackBean
All Implemented Interfaces:
java.io.Serializable

public class MFeedBackBean
extends AbstractMBean
implements java.io.Serializable

Contains the feedback for the reports.

Author:
iacopo
See Also:
Serialized Form

Constructor Summary
MFeedBackBean()
           
 
Method Summary
 java.lang.Integer getTimestamp()
           
 java.lang.String getUserId()
           
 java.lang.Integer getValue()
           
 void setTimestamp(java.lang.Integer timestamp)
           
 void setUserId(java.lang.String userId)
           
 void setValue(java.lang.Integer value)
           
 
Methods inherited from class com.mymed.model.data.AbstractMBean
getAttributeToMap, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MFeedBackBean

public MFeedBackBean()
Method Detail

setValue

public void setValue(java.lang.Integer value)

getValue

public java.lang.Integer getValue()

setUserId

public void setUserId(java.lang.String userId)

getUserId

public java.lang.String getUserId()

getTimestamp

public java.lang.Integer getTimestamp()

setTimestamp

public void setTimestamp(java.lang.Integer timestamp)