org.apache.struts2.showcase.chat
Class User

java.lang.Object
  extended by 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

Constructor Summary
User(String name)
           
 
Method Summary
 Date getCreationDate()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(String name)
Method Detail

getCreationDate

public Date getCreationDate()

getName

public String getName()


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.