org.springframework.config.java.testing
Class Worker

java.lang.Object
  extended by org.springframework.config.java.Person
      extended by org.springframework.config.java.testing.Worker

public class Worker
extends Person

Author:
Costin Leau

Nested Class Summary
static class Worker.JobTitle
           
 
Constructor Summary
Worker()
           
 
Method Summary
 Company getCompany()
           
 Date getEmploymentDate()
           
 Worker.JobTitle getTitle()
           
 void setCompany(Company company)
           
 void setEmploymentDate(Date employmentDate)
           
 void setTitle(Worker.JobTitle title)
           
 
Methods inherited from class org.springframework.config.java.Person
getAge, getId, getName, setAge, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worker

public Worker()
Method Detail

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.