@Entity public class MedicalRecord extends Object implements Serializable
Constructor and Description |
---|
MedicalRecord() |
MedicalRecord(String desc,
Patient patient) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
Patient |
getPatient() |
int |
getPriority() |
List<RecordRow> |
getRows() |
int |
hashCode() |
void |
setDescription(String desc) |
void |
setId(Long id) |
void |
setPatient(Patient patient) |
void |
setPriority(int priority) |
void |
setRows(List<RecordRow> rows) |
String |
toString() |
public String getDescription()
public void setDescription(String desc)
public Long getId()
public void setId(Long id)
public Patient getPatient()
public void setPatient(Patient patient)
public int getPriority()
public void setPriority(int priority)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.