org.apache.cocoon.ojb.samples.bean
Class Department

java.lang.Object
  extended by 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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Antonio Gallardo
See Also:
Serialized Form

Field Summary
protected  String name
           
 
Constructor Summary
Department()
           
 
Method Summary
 int getId()
           
 String getName()
           
 void setId(int newId)
           
 void setName(String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

Department

public Department()
Method Detail

getId

public int getId()

getName

public String getName()

setId

public void setId(int newId)

setName

public void setName(String newName)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.