org.activemath.webapp.view.beans
Class DependencyBean

java.lang.Object
  extended by org.activemath.webapp.view.beans.DependencyBean

public class DependencyBean
extends Object


Constructor Summary
DependencyBean(Item src, Item dest, String type)
           
 
Method Summary
 Item getDest()
           
 Item getSrc()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyBean

public DependencyBean(Item src,
                      Item dest,
                      String type)
Method Detail

getSrc

public Item getSrc()

getDest

public Item getDest()

getType

public String getType()