Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » showcase » model » [javadoc | source]
org.apache.struts2.showcase.model
public class: Employee [javadoc | source]
java.lang.Object
   org.apache.struts2.showcase.model.Employee

All Implemented Interfaces:
    IdEntity

Employee.
Constructor:
 public Employee() 
 public Employee(Long empId,
    String firstName,
    String lastName) 
 public Employee(Long empId,
    String firstName,
    String lastName,
    Date birthDate,
    Float salary,
    boolean married,
    String position,
    Skill mainSkill,
    List otherSkills,
    String password,
    String level,
    String comment) 
Method from org.apache.struts2.showcase.model.Employee Summary:
getBirthDate,   getComment,   getEmpId,   getFirstName,   getId,   getLastName,   getLevel,   getMainSkill,   getOtherSkills,   getPassword,   getPosition,   getSalary,   isMarried,   setBirthDate,   setComment,   setEmpId,   setFirstName,   setId,   setLastName,   setLevel,   setMainSkill,   setMarried,   setOtherSkills,   setPassword,   setPosition,   setSalary
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.showcase.model.Employee Detail:
 public Date getBirthDate() 
 public String getComment() 
 public Long getEmpId() 
 public String getFirstName() 
 public Serializable getId() 
 public String getLastName() 
 public String getLevel() 
 public Skill getMainSkill() 
 public List getOtherSkills() 
 public String getPassword() 
 public String getPosition() 
 public Float getSalary() 
 public boolean isMarried() 
 public  void setBirthDate(Date birthDate) 
 public  void setComment(String comment) 
 public  void setEmpId(Long empId) 
 public  void setFirstName(String firstName) 
 public  void setId(Serializable id) 
 public  void setLastName(String lastName) 
 public  void setLevel(String level) 
 public  void setMainSkill(Skill mainSkill) 
 public  void setMarried(boolean married) 
 public  void setOtherSkills(List otherSkills) 
 public  void setPassword(String password) 
 public  void setPosition(String position) 
 public  void setSalary(Float salary)