org.apache.struts2.showcase.chat
Class User
java.lang.Object
org.apache.struts2.showcase.chat.User
- All Implemented Interfaces:
- Serializable
public class User
- extends Object
- implements Serializable
Represends a user in the Chat example.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User(String name)
getCreationDate
public Date getCreationDate()
getName
public String getName()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.