org.intranet.elevator.model.operate.controller
Class Assignment
java.lang.Object
org.intranet.elevator.model.operate.controller.Assignment
- class Assignment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
destination
private final Floor destination
direction
private final Direction direction
Assignment
Assignment(Floor floor,
Direction dir)
getDestination
Floor getDestination()
getDirection
Direction getDirection()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()