org.activemath.webapp.tools
Class SymbolPresentationListController.Item

java.lang.Object
  extended by org.activemath.webapp.tools.SymbolPresentationListController.Item
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
SymbolPresentationListController.Symbol, SymbolPresentationListController.Theory
Enclosing class:
SymbolPresentationListController

public class SymbolPresentationListController.Item
extends Object
implements Comparable


Field Summary
protected  MBaseID id
           
protected  MBaseRef mbaseRef
           
 
Constructor Summary
SymbolPresentationListController.Item(MBaseRef mbaseRef, MBaseID id)
           
 
Method Summary
 int compareTo(Object o)
           
 MBaseID getId()
           
 String getTitle(AppSession appSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbaseRef

protected MBaseRef mbaseRef

id

protected MBaseID id
Constructor Detail

SymbolPresentationListController.Item

public SymbolPresentationListController.Item(MBaseRef mbaseRef,
                                             MBaseID id)
Method Detail

getTitle

public String getTitle(AppSession appSession)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getId

public MBaseID getId()