|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunits.Mine.Record
public class Mine.Record
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 |
---|
Agent employee
int timeRecruitment
int numRecruitments
java.lang.String employmentStatus
Constructor Detail |
---|
public Mine.Record(Agent _employee, int _tr, int _numRec, java.lang.String _status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |