apps.projectmanagement.component.staffnode
Class StaffModel

java.lang.Object
  extended by apps.projectmanagement.component.staffnode.StaffModel

public class StaffModel
extends java.lang.Object

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

StaffModel

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)
Instantiates a new staff model.

Parameters:
name - the name
position - the position
workExperience - the work experience
salary - the salary
notes - the notes
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getNotes

public java.util.List<java.lang.String> getNotes()
Gets the notes.

Returns:
the notes

getPosition

public java.lang.String getPosition()
Gets the position.

Returns:
the position

getSalary

public java.lang.String getSalary()
Gets the salary.

Returns:
the salary

getWorkExperience

public java.lang.String getWorkExperience()
Gets the work experience.

Returns:
the work experience

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

setNotes

public void setNotes(java.util.List<java.lang.String> notes)
Sets the notes.

Parameters:
notes - the new notes

setPosition

public void setPosition(java.lang.String position)
Sets the position.

Parameters:
position - the new position

setSalary

public void setSalary(java.lang.String salary)
Sets the salary.

Parameters:
salary - the new salary

setWorkExperience

public void setWorkExperience(java.lang.String workExperience)
Sets the work experience.

Parameters:
workExperience - the new work experience