public class Message extends Object
String
author
message
long
time
Message()
Message(String author, String message)
boolean
equals(Object obj)
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String author
public String message
public long time
public Message(String author, String message)
public Message()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.