org.apache.empire.struts2.websample.web.actions
Class EmployeeListAction.SearchInfo
java.lang.Object
org.apache.empire.struts2.websample.web.actions.EmployeeListAction.SearchInfo
- Enclosing class:
- EmployeeListAction
public static class EmployeeListAction.SearchInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmployeeListAction.SearchInfo
public EmployeeListAction.SearchInfo()
getEmployeeId
public java.lang.Integer getEmployeeId()
setEmployeeId
public void setEmployeeId(java.lang.Integer employeeId)
getDepartmentId
public java.lang.Integer getDepartmentId()
setDepartmentId
public void setDepartmentId(java.lang.Integer departmentId)
getFirstName
public java.lang.String getFirstName()
setFirstName
public void setFirstName(java.lang.String firstName)
getLastName
public java.lang.String getLastName()
setLastName
public void setLastName(java.lang.String lastName)
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.