t3.portfolios
Class PointInputDevice
java.lang.Object
t3.portfolios.PointInputDevice
public final class PointInputDevice
- extends java.lang.Object
A data structure class representing a single point input device. Two instances with
identical field data will return true when compared using the .equals() method.
- Author:
- pjt40
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
person
public final Person person
pointInputDeviceType
public final int pointInputDeviceType
PointInputDevice
public PointInputDevice(Person person,
int pointInputDeviceType)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object