de.snailshell.consensus.demo
Class TopicBean

java.lang.Object
  extended byde.snailshell.consensus.demo.TopicBean

public class TopicBean
extends Object

Version:
2006-06-14
Author:
Thomas Much

Constructor Summary
TopicBean(User user, Topic topic)
           
 
Method Summary
 Collection getInstances()
           
 Topic getTopic()
           
 TypeInstance getTypeInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicBean

public TopicBean(User user,
                 Topic topic)
Method Detail

getTopic

public Topic getTopic()

getTypeInstance

public TypeInstance getTypeInstance()

getInstances

public Collection getInstances()
Returns:
a collection of instances of the topic as TopicBean objects (!)