idi.diplom.linda.model
Class Note

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

public class Note
extends java.lang.Object


Constructor Summary
Note()
           
 
Method Summary
 java.util.Date getCreated()
           
 java.lang.Long getId()
           
 java.lang.String getNote()
           
 Patient getPatient()
           
 boolean isCreatedLocally()
           
 void setCreated(java.util.Date created)
           
 void setCreatedLocally(boolean createdLocally)
           
 void setId(java.lang.Long id)
           
 void setNote(java.lang.String note)
           
 void setPatient(Patient patient)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getPatient

public Patient getPatient()

setPatient

public void setPatient(Patient patient)

getNote

public java.lang.String getNote()

setNote

public void setNote(java.lang.String note)

getCreated

public java.util.Date getCreated()

setCreated

public void setCreated(java.util.Date created)

isCreatedLocally

public boolean isCreatedLocally()

setCreatedLocally

public void setCreatedLocally(boolean createdLocally)