ca.spaz.cron.targets
Class Target

java.lang.Object
  extended by ca.spaz.cron.targets.Target

public class Target
extends java.lang.Object


Constructor Summary
Target()
           
Target(double min, double max)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 void setMax(double max)
           
 void setMin(double min)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Target

public Target()

Target

public Target(double min,
              double max)
Method Detail

getMax

public double getMax()

setMax

public void setMax(double max)

getMin

public double getMin()

setMin

public void setMin(double min)


Copyright © 2005 Spaz. All Rights Reserved.