org.activemath.content.items
Class ItemRelation

java.lang.Object
  extended by org.activemath.content.items.ItemRelation

public class ItemRelation
extends Object

A relation between Item objects.


Method Summary
 String getFromId()
           
 String getToId()
           
 ItemRelationType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFromId

public String getFromId()

getToId

public String getToId()

getType

public ItemRelationType getType()

toString

public String toString()
Overrides:
toString in class Object