units
Class Mine.Record

java.lang.Object
  extended by units.Mine.Record
Enclosing class:
Mine

public class Mine.Record
extends java.lang.Object

Maintain record of mine workers at the mine


Field Summary
(package private)  Agent employee
           
(package private)  java.lang.String employmentStatus
           
(package private)  int numRecruitments
           
(package private)  int timeRecruitment
           
 
Constructor Summary
Mine.Record(Agent _employee, int _tr, int _numRec, java.lang.String _status)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

employee

Agent employee

timeRecruitment

int timeRecruitment

numRecruitments

int numRecruitments

employmentStatus

java.lang.String employmentStatus
Constructor Detail

Mine.Record

public Mine.Record(Agent _employee,
                   int _tr,
                   int _numRec,
                   java.lang.String _status)