org.springframework.config.java.testing
Class Worker
java.lang.Object
org.springframework.config.java.Person
org.springframework.config.java.testing.Worker
public class Worker
- extends Person
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Worker
public Worker()
getCompany
public Company getCompany()
setCompany
public void setCompany(Company company)
getEmploymentDate
public Date getEmploymentDate()
setEmploymentDate
public void setEmploymentDate(Date employmentDate)
getTitle
public Worker.JobTitle getTitle()
setTitle
public void setTitle(Worker.JobTitle title)
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.