|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.staffnode.StaffModel
public class StaffModel
The Class StaffModel.
Constructor Summary | |
---|---|
StaffModel(java.lang.String name,
java.lang.String position,
java.lang.String workExperience,
java.lang.String salary,
java.util.List<java.lang.String> notes)
Instantiates a new staff model. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
java.util.List<java.lang.String> |
getNotes()
Gets the notes. |
java.lang.String |
getPosition()
Gets the position. |
java.lang.String |
getSalary()
Gets the salary. |
java.lang.String |
getWorkExperience()
Gets the work experience. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNotes(java.util.List<java.lang.String> notes)
Sets the notes. |
void |
setPosition(java.lang.String position)
Sets the position. |
void |
setSalary(java.lang.String salary)
Sets the salary. |
void |
setWorkExperience(java.lang.String workExperience)
Sets the work experience. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaffModel(java.lang.String name, java.lang.String position, java.lang.String workExperience, java.lang.String salary, java.util.List<java.lang.String> notes)
name
- the nameposition
- the positionworkExperience
- the work experiencesalary
- the salarynotes
- the notesMethod Detail |
---|
public java.lang.String getName()
public java.util.List<java.lang.String> getNotes()
public java.lang.String getPosition()
public java.lang.String getSalary()
public java.lang.String getWorkExperience()
public void setName(java.lang.String name)
name
- the new namepublic void setNotes(java.util.List<java.lang.String> notes)
notes
- the new notespublic void setPosition(java.lang.String position)
position
- the new positionpublic void setSalary(java.lang.String salary)
salary
- the new salarypublic void setWorkExperience(java.lang.String workExperience)
workExperience
- the new work experience
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |