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 booleanequals(Object obj)StringgetDescription()LonggetId()PatientgetPatient()intgetPriority()List<RecordRow>getRows()inthashCode()voidsetDescription(String desc)voidsetId(Long id)voidsetPatient(Patient patient)voidsetPriority(int priority)voidsetRows(List<RecordRow> rows)StringtoString()
-
-
-
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)
-
-