org.apache.cocoon.ojb.samples.bean
Class Department
java.lang.Object
org.apache.cocoon.ojb.samples.bean.Department
- All Implemented Interfaces:
- Serializable
- public class Department
- extends Object
- implements Serializable
Department's Bean
- Version:
- CVS $Id: Department.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 |
name
protected String name
Department
public Department()
getId
public int getId()
getName
public String getName()
setId
public void setId(int newId)
setName
public void setName(String newName)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.