File
Doc
Category
Size
Date
Package
Employee.java
API Doc
Example
328
Tue Mar 13 15:32:40 GMT 2001
None
Employee
java.lang.Object
public class Employee extends Object
Fields Summary
protected String
name
protected long
personellNumber
Constructors Summary
Employee
()
Employee
(
String
name,
int
pnum)
this.name = name; this.personellNumber = pnum;
Methods Summary
public
java.lang.String
getName
()
return name;
Java Code Source