FileDocCategorySizeDatePackage
Employee.javaAPI DocExample636Wed Nov 20 17:21:42 GMT 2002com.oreilly.javaxp.xdoclet.deprecation

Employee

public class Employee extends Object
author
Brian M. Coyner $version $Id: Employee.java,v 1.2 2002/11/20 00:09:15 jepc Exp $

Fields Summary
private long
id
Constructors Summary
Methods Summary
public longgetEmployeeId()

deprecated
use {@link #getId}.

        return this.id;
    
public longgetId()

        return this.id;
    
public voidsetEmployeeId(long id)

deprecated
use {@link #setId}.

        this.id = id;
    
public voidsetId(long id)

deprecated

        this.id = id;