org.teleal.lemma.reader.content
Class LineRange

java.lang.Object
  extended by org.teleal.lemma.reader.content.LineRange

public class LineRange
extends Object

Encapsulates the beginning and end of a line range;

Author:
Christian Bauer

Constructor Summary
LineRange(Integer begin, Integer end)
           
 
Method Summary
 Integer getBegin()
           
 Integer getEnd()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineRange

public LineRange(Integer begin,
                 Integer end)
Method Detail

getBegin

public Integer getBegin()

getEnd

public Integer getEnd()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.