Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: Employee [javadoc | source]
java.lang.Object
   org.apache.commons.digester.Employee
Bean for Digester testing.
Constructor:
 public Employee() 
 public Employee(String firstName,
    String lastName) 
Method from org.apache.commons.digester.Employee Summary:
addAddress,   getAddress,   getAge,   getFirstName,   getLastName,   getSalary,   isActive,   removeAddress,   setActive,   setAge,   setFirstName,   setLastName,   setSalary,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.Employee Detail:
 public  void addAddress(Address address) 
 public Address getAddress(String type) 
 public int getAge() 
 public String getFirstName() 
 public String getLastName() 
 public float getSalary() 
 public boolean isActive() 
 public  void removeAddress(Address address) 
 public  void setActive(boolean active) 
 public  void setAge(int age) 
 public  void setFirstName(String firstName) 
 public  void setLastName(String lastName) 
 public  void setSalary(float salary) 
 public String toString()