hu.elte.tribus.model
Class Topic
java.lang.Object
hu.elte.tribus.model.Topic
public class Topic
- extends java.lang.Object
- Author:
- linux48
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Constructor Summary |
Topic()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Topic
public Topic()
getDesc
public java.lang.String getDesc()
- Returns:
- Returns the desc.
setDesc
public void setDesc(java.lang.String desc)
- Parameters:
desc
- The desc to set.
getId
public java.lang.Integer getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Integer id)
- Parameters:
id
- The id to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getTags
public java.util.Set<Tag> getTags()
setTags
public void setTags(java.util.Set<Tag> tags)
Copyright © 2006-2007. All Rights Reserved.