org.apache.wicket.examples.basic.guestbook
Class Comment
java.lang.Object
org.apache.wicket.examples.basic.guestbook.Comment
public class Comment
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment(String author,
String text)
getAuthor
public String getAuthor()
getText
public String getText()
getCreatedAt
public Date getCreatedAt()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.