idi.diplom.linda.model
Class Note
java.lang.Object
idi.diplom.linda.model.Note
public class Note
- extends java.lang.Object
Constructor Summary |
Note()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
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)