nl.telin.mymedia.processor
Class Distance

java.lang.Object
  extended by nl.telin.mymedia.processor.Distance

public class Distance
extends java.lang.Object


Constructor Summary
Distance(int textRel, int ontRel)
           
 
Method Summary
 int getOntRel()
           
 int getTextRel()
           
 void setOntReL(int ontRel)
           
 void setTextRel(int textRel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Distance

public Distance(int textRel,
                int ontRel)
Method Detail

getTextRel

public int getTextRel()

setTextRel

public void setTextRel(int textRel)

getOntRel

public int getOntRel()

setOntReL

public void setOntReL(int ontRel)