public class BedDesignation extends AbstractPersistable
id
Constructor and Description |
---|
BedDesignation() |
Modifier and Type | Method and Description |
---|---|
AdmissionPart |
getAdmissionPart() |
int |
getAdmissionPartNightCount() |
Specialism |
getAdmissionPartSpecialism() |
Bed |
getBed() |
Department |
getDepartment() |
int |
getFirstNightIndex() |
int |
getLastNightIndex() |
Patient |
getPatient() |
int |
getPatientAge() |
Gender |
getPatientGender() |
Integer |
getPatientPreferredMaximumRoomCapacity() |
Room |
getRoom() |
int |
getRoomCapacity() |
GenderLimitation |
getRoomGenderLimitation() |
void |
setAdmissionPart(AdmissionPart admissionPart) |
void |
setBed(Bed bed) |
boolean |
solutionEquals(Object o)
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
int |
solutionHashCode()
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
String |
toString() |
compareTo, getId, setId
public AdmissionPart getAdmissionPart()
public void setAdmissionPart(AdmissionPart admissionPart)
public Bed getBed()
public void setBed(Bed bed)
public Patient getPatient()
public Gender getPatientGender()
public int getPatientAge()
public Integer getPatientPreferredMaximumRoomCapacity()
public Specialism getAdmissionPartSpecialism()
public int getFirstNightIndex()
public int getLastNightIndex()
public int getAdmissionPartNightCount()
public Room getRoom()
public int getRoomCapacity()
public Department getDepartment()
public GenderLimitation getRoomGenderLimitation()
public boolean solutionEquals(Object o)
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionHashCode()
public int solutionHashCode()
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionEquals(Object)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.