org.apache.empire.samples.cxf.wssample.common
Class Employee
java.lang.Object
org.apache.empire.samples.cxf.wssample.common.Employee
public class Employee
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Employee
public Employee()
set
public void set(Employee e)
setEmployeeId
public void setEmployeeId(long id)
getEmployeeId
public long getEmployeeId()
setSalutation
public void setSalutation(java.lang.String salutation)
getSalutation
public java.lang.String getSalutation()
setFirstname
public void setFirstname(java.lang.String firstname)
getFirstname
public java.lang.String getFirstname()
setLastname
public void setLastname(java.lang.String lastname)
getLastname
public java.lang.String getLastname()
setDateOfBirth
public void setDateOfBirth(java.util.Date dateOfBirth)
getDateOfBirth
public java.util.Date getDateOfBirth()
setDepartmentId
public void setDepartmentId(long departmentId)
getDepartmentId
public long getDepartmentId()
setGender
public void setGender(java.lang.String gender)
getGender
public java.lang.String getGender()
setPhoneNumber
public void setPhoneNumber(java.lang.String phone)
getPhoneNumber
public java.lang.String getPhoneNumber()
setEmail
public void setEmail(java.lang.String email)
getEmail
public java.lang.String getEmail()
setRetired
public void setRetired(boolean retired)
isRetired
public boolean isRetired()
setUpdateTimestamp
public void setUpdateTimestamp(java.util.Date d)
getUpdateTimestamp
public java.util.Date getUpdateTimestamp()
setSalary
public void setSalary(double salary)
getSalary
public double getSalary()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setNew
public void setNew(boolean isNew)
isNew
public boolean isNew()
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.