org.fest.test
Class Employee

java.lang.Object
  extended by org.fest.test.Employee

public class Employee
extends Object

Author:
Yvonne Wang

Constructor Summary
Employee()
           
Employee(long id, Name name, int age)
           
 
Method Summary
 int getAge()
           
 long getId()
           
 Name getName()
           
 void setAge(int age)
           
 void setId(long id)
           
 void setName(Name name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Employee

public Employee()

Employee

public Employee(long id,
                Name name,
                int age)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getName

public Name getName()

setName

public void setName(Name name)

getAge

public int getAge()

setAge

public void setAge(int age)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.