net.webapp2.forum.domain
Class Post
java.lang.Object
net.webapp2.forum.domain.Post
public class Post
- extends Object
Constructor Summary |
Post()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private Integer id
title
private String title
author
private Member author
contents
private String contents
created
private Date created
updated
private Date updated
forum
private Forum forum
parent
private Post parent
Post
public Post()
getForum
public Forum getForum()
setForum
public void setForum(Forum forum)
getAuthor
public Member getAuthor()
setAuthor
public void setAuthor(Member author)
getContents
public String getContents()
setContents
public void setContents(String contents)
getCreated
public Date getCreated()
setCreated
public void setCreated(Date created)
getId
public Integer getId()
setId
public void setId(Integer id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getUpdated
public Date getUpdated()
setUpdated
public void setUpdated(Date updated)
getParent
public Post getParent()
setParent
public void setParent(Post parent)
Copyright © 2006 WebApp2 Network All Rights Reserved.