public class TopicInfo extends EntryModel<TopicDescription> {
/**
* Creates an instance of the <code>TopicInfo</code> class.
*/
public TopicInfo() {
super(new Entry(), new TopicDescription());
getEntry().setContent(new Content());
getEntry().getContent().setType(MediaType.APPLICATION_XML);
getEntry().getContent().setTopicDescription(getModel());
}