|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectHourlyWorker
public class HourlyWorker
| Constructor Summary | |
|---|---|
HourlyWorker(String theName,
String theSocSecNum,
double theRate)
|
|
| Method Summary | |
|---|---|
double |
computeNetPay(double hoursWorked)
|
static void |
main(String[] args)
Main method for testing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HourlyWorker(String theName,
String theSocSecNum,
double theRate)
| Method Detail |
|---|
public double computeNetPay(double hoursWorked)
public static void main(String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||