org.activemath.webapp.view.beans
Class UserTheoryItem

java.lang.Object
  extended by org.activemath.webapp.view.beans.SimpleBean
      extended by org.activemath.webapp.view.beans.LinkedBean
          extended by org.activemath.webapp.view.beans.UserItem
              extended by org.activemath.webapp.view.beans.UserTheoryItem
All Implemented Interfaces:
Comparable

public class UserTheoryItem
extends UserItem

Describe me!


Constructor Summary
UserTheoryItem(TheoryItem item, User user, String lang)
           
 
Method Summary
 Collection getItemIds()
           
 
Methods inherited from class org.activemath.webapp.view.beans.UserItem
getCopyrightData, getDifficulty, getFlavoredItemId, getFlavorMap, getFlavors, getForId, getForIds, getIsDynamic, getItem, getMastery, getMetadata, getMyFlavors, getOmdocTag, getOmdocType, getTag, getTheoryId, getTitle, getTitleForSession, getTitles, hasFlavors, isDynamic, isInteractive, isStartable, setAppSession, setItem, setMastery, setTitle
 
Methods inherited from class org.activemath.webapp.view.beans.LinkedBean
getChildren, setChildren
 
Methods inherited from class org.activemath.webapp.view.beans.SimpleBean
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTheoryItem

public UserTheoryItem(TheoryItem item,
                      User user,
                      String lang)
Parameters:
item -
user -
Method Detail

getItemIds

public Collection getItemIds()