live.dto
Class Interval

java.lang.Object
  extended bylive.dto.Interval

public class Interval
extends Object

Interval is used to store the upper and lower bounds of a group of free virtual addresses see ZVMTasks for use.

Author:
Emily Celeskey

Field Summary
 String lower
           
 String upper
           
 
Constructor Summary
Interval(String one, String two)
          Constructs an interval out of a lower and upper bound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower

public String lower

upper

public String upper
Constructor Detail

Interval

public Interval(String one,
                String two)
Constructs an interval out of a lower and upper bound

Parameters:
one - Lower bound
two - Upper bound


Copyright © 2005