se.unlogic.standardutils.dao.script
Class Offsets

java.lang.Object
  extended by se.unlogic.standardutils.dao.script.Offsets

public class Offsets
extends Object

This class represents a start offset and an end offset within a sequence

Author:
sikstromj

Constructor Summary
Offsets(Integer start, Integer end)
           
 
Method Summary
 Integer getEnd()
           
 Integer getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Offsets

public Offsets(Integer start,
               Integer end)
Method Detail

getStart

public Integer getStart()

getEnd

public Integer getEnd()


Copyright © 2011. All Rights Reserved.