org.apache.cocoon.ojb.samples.bean
Class Employee
java.lang.Object
org.apache.cocoon.ojb.samples.bean.Employee
- All Implemented Interfaces:
- Serializable
- public class Employee
- extends Object
- implements Serializable
Employee's Bean
- Version:
- CVS $Id: Employee.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Antonio Gallardo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
departmentId
protected int departmentId
name
protected String name
Employee
public Employee()
getId
public int getId()
getDepartmentId
public int getDepartmentId()
getName
public String getName()
setId
public void setId(int newId)
setDepartmentId
public void setDepartmentId(int newDepartmentId)
setName
public void setName(String newName)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.