Class work

java.lang.Object
  extended bywork

public class work
extends java.lang.Object

wrapper class used to pass work


Constructor Summary
work(double work1)
          Creates a new instance of work
 
Method Summary
 double getwork()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

work

public work(double work1)
Creates a new instance of work

Method Detail

getwork

public double getwork()