net.webapp2.forum.domain
Class Forum
java.lang.Object
net.webapp2.forum.domain.Forum
public class Forum
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private Integer id
category
private Category category
Forum
public Forum()
Forum
public Forum(Category category)
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getId
public Integer getId()
setId
public void setId(Integer id)
Copyright © 2006 WebApp2 Network All Rights Reserved.