org.apache.abdera.examples.appserver.employee
Class Employee
java.lang.Object
org.apache.abdera.examples.appserver.employee.Employee
public class Employee
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Employee
public Employee()
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getUpdated
public Date getUpdated()
setUpdated
public void setUpdated(Date updated)
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.