org.jboss.weld.examples.permalink
Class Comment
java.lang.Object
org.jboss.weld.examples.permalink.Comment
@Named
@RequestScoped
public class Comment
- extends Object
- Author:
- Dan Allen
Comment
public Comment()
Comment
public Comment(Long id,
BlogEntry entry,
String author,
Date postDate,
String body)
Comment
public Comment(Comment other)
getEntry
public BlogEntry getEntry()
setEntry
public void setEntry(BlogEntry entry)
getPostDate
public Date getPostDate()
setPostDate
public void setPostDate(Date postDate)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getBody
public String getBody()
setBody
public void setBody(String body)
getId
public Long getId()
setId
public void setId(Long id)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2011 Seam Framework. All Rights Reserved.