| java.lang.Object org.apache.struts2.showcase.model.Employee
Constructor Summary | |
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) |
Employee | public Employee()(Code) | | |
Employee | 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)(Code) | | |
isMarried | public boolean isMarried()(Code) | | |
setBirthDate | public void setBirthDate(Date birthDate)(Code) | | |
setFirstName | public void setFirstName(String firstName)(Code) | | |
setMainSkill | public void setMainSkill(Skill mainSkill)(Code) | | |
setMarried | public void setMarried(boolean married)(Code) | | |
setOtherSkills | public void setOtherSkills(List otherSkills)(Code) | | |
|
|