public class User extends Person
User(UserId id, String username)
Map<DeviceId,Device>
getDevices()
String
getEmail()
UserId
getId()
getUsername()
toString()
setEmail
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public User(UserId id, String username)
public UserId getId()
public String getUsername()
public String getEmail()
getEmail
Person
public Map<DeviceId,Device> getDevices()
public String toString()
toString
Object