OptaPlanner distribution 6.0.0.Final

org.optaplanner.examples.pas.domain
Class Room

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.pas.domain.Room
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class Room
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Room()
           
 
Method Summary
 int countDisallowedPatientGender(Patient patient)
           
 int countHardDisallowedAdmissionPart(AdmissionPart admissionPart)
           
 int countMissingPreferredRoomProperties(Patient patient)
           
 int countMissingRequiredRoomProperties(Patient patient)
           
 int countSoftDisallowedAdmissionPart(AdmissionPart admissionPart)
           
 List<Bed> getBedList()
           
 int getCapacity()
           
 Department getDepartment()
           
 GenderLimitation getGenderLimitation()
           
 String getLabel()
           
 String getName()
           
 List<RoomEquipment> getRoomEquipmentList()
           
 List<RoomSpecialism> getRoomSpecialismList()
           
 void setBedList(List<Bed> bedList)
           
 void setCapacity(int capacity)
           
 void setDepartment(Department department)
           
 void setGenderLimitation(GenderLimitation genderLimitation)
           
 void setName(String name)
           
 void setRoomEquipmentList(List<RoomEquipment> roomEquipmentList)
           
 void setRoomSpecialismList(List<RoomSpecialism> roomSpecialismList)
           
 String toString()
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Room

public Room()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDepartment

public Department getDepartment()

setDepartment

public void setDepartment(Department department)

getCapacity

public int getCapacity()

setCapacity

public void setCapacity(int capacity)

getGenderLimitation

public GenderLimitation getGenderLimitation()

setGenderLimitation

public void setGenderLimitation(GenderLimitation genderLimitation)

getRoomSpecialismList

public List<RoomSpecialism> getRoomSpecialismList()

setRoomSpecialismList

public void setRoomSpecialismList(List<RoomSpecialism> roomSpecialismList)

getRoomEquipmentList

public List<RoomEquipment> getRoomEquipmentList()

setRoomEquipmentList

public void setRoomEquipmentList(List<RoomEquipment> roomEquipmentList)

getBedList

public List<Bed> getBedList()

setBedList

public void setBedList(List<Bed> bedList)

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class AbstractPersistable

countHardDisallowedAdmissionPart

public int countHardDisallowedAdmissionPart(AdmissionPart admissionPart)

countMissingRequiredRoomProperties

public int countMissingRequiredRoomProperties(Patient patient)

countDisallowedPatientGender

public int countDisallowedPatientGender(Patient patient)

countSoftDisallowedAdmissionPart

public int countSoftDisallowedAdmissionPart(AdmissionPart admissionPart)

countMissingPreferredRoomProperties

public int countMissingPreferredRoomProperties(Patient patient)

OptaPlanner distribution 6.0.0.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.