org.apache.wicket.examples.basic.guestbook
Class Comment

java.lang.Object
  extended by org.apache.wicket.examples.basic.guestbook.Comment

public class Comment
extends Object


Constructor Summary
Comment(String author, String text)
           
 
Method Summary
 String getAuthor()
           
 Date getCreatedAt()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment(String author,
               String text)
Method Detail

getAuthor

public String getAuthor()

getText

public String getText()

getCreatedAt

public Date getCreatedAt()


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.