marquee.xmlrpc.objectcomm.example
Class Employee
java.lang.Object
marquee.xmlrpc.objectcomm.example.Employee
- All Implemented Interfaces:
- java.io.Serializable
- public class Employee
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.1 $
- Author:
- Rainer Bischof (rainer.bischof@eds.com)
- See Also:
- Serialized Form
Constructor Summary |
Employee()
|
Employee(java.lang.String name,
int employeeNumber,
java.util.Date birthday,
double salary)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Employee
public Employee()
Employee
public Employee(java.lang.String name,
int employeeNumber,
java.util.Date birthday,
double salary)
getEmployeeNumber
public int getEmployeeNumber()
toString
public java.lang.String toString()