Package org.jbpm.test.entity
Class MedicalRecord
- java.lang.Object
-
- org.jbpm.test.entity.MedicalRecord
-
- All Implemented Interfaces:
Serializable
@Entity public class MedicalRecord extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MedicalRecord()
MedicalRecord(String desc, Patient patient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String desc)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getPatient
public Patient getPatient()
-
setPatient
public void setPatient(Patient patient)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
-