idi.diplom.linda.model
Class MedPacket

java.lang.Object
  extended by idi.diplom.linda.model.MedPacket

public class MedPacket
extends java.lang.Object


Constructor Summary
MedPacket()
           
 
Method Summary
 int getBr()
           
 int getHeatIdx()
           
 int getHr()
           
 java.lang.Long getId()
           
 int getMotion()
           
 Patient getPatient()
           
 int getPosture()
           
 int getSequenceNumber()
           
 int getSpo2()
           
 double getTemp()
           
 java.util.Date getTimestamp()
           
 int getVarsloaded()
           
 void setBr(int br)
           
 void setHeatIdx(int heatIdx)
           
 void setHr(int hr)
           
 void setId(java.lang.Long id)
           
 void setMotion(int motion)
           
 void setPatient(Patient patient)
           
 void setPosture(int posture)
           
 void setSequenceNumber(int sequenceNumber)
           
 void setSpo2(int spo2)
           
 void setTemp(double temp)
           
 void setTimestamp(java.util.Date timestamp)
           
 void setVarsloaded(int varsloaded)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MedPacket

public MedPacket()
Method Detail

getPatient

public Patient getPatient()

setPatient

public void setPatient(Patient patient)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getTimestamp

public java.util.Date getTimestamp()

setTimestamp

public void setTimestamp(java.util.Date timestamp)

getSequenceNumber

public int getSequenceNumber()

setSequenceNumber

public void setSequenceNumber(int sequenceNumber)

getHeatIdx

public int getHeatIdx()

setHeatIdx

public void setHeatIdx(int heatIdx)

getVarsloaded

public int getVarsloaded()
Returns:
the varsloaded

getBr

public int getBr()
Returns:
the br

getHr

public int getHr()
Returns:
the hr

getSpo2

public int getSpo2()
Returns:
the spo2

getMotion

public int getMotion()
Returns:
the motion

getTemp

public double getTemp()
Returns:
the temp

getPosture

public int getPosture()
Returns:
the posture

setVarsloaded

public void setVarsloaded(int varsloaded)
Parameters:
varsloaded - the varsloaded to set

setBr

public void setBr(int br)
Parameters:
br - the br to set

setHr

public void setHr(int hr)
Parameters:
hr - the hr to set

setSpo2

public void setSpo2(int spo2)
Parameters:
spo2 - the spo2 to set

setMotion

public void setMotion(int motion)
Parameters:
motion - the motion to set

setTemp

public void setTemp(double temp)
Parameters:
temp - the temp to set

setPosture

public void setPosture(int posture)
Parameters:
posture - the posture to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object