Class Employee
java.lang.Object
org.apache.struts2.showcase.model.Employee
- All Implemented Interfaces:
Serializable,IdEntity
Employee.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmpId()getId()getLevel()booleanvoidsetBirthDate(Date birthDate) voidsetComment(String comment) voidvoidsetFirstName(String firstName) voidsetId(Serializable id) voidsetLastName(String lastName) voidvoidsetMainSkill(Skill mainSkill) voidsetMarried(boolean married) voidsetOtherSkills(List otherSkills) voidsetPassword(String password) voidsetPosition(String position) void
-
Constructor Details
-
Employee
public Employee() -
Employee
-
Employee
-
-
Method Details
-
getEmpId
-
setEmpId
-
getId
-
setId
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getBirthDate
-
setBirthDate
-
getSalary
-
setSalary
-
isMarried
public boolean isMarried() -
setMarried
public void setMarried(boolean married) -
getPosition
-
setPosition
-
getMainSkill
-
setMainSkill
-
getOtherSkills
-
setOtherSkills
-
getPassword
-
setPassword
-
getLevel
-
setLevel
-
getComment
-
setComment
-