public static class Appraisal.WorkEnvironmentInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
WorkEnvironmentInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getSatisfactionIndex() |
java.lang.Double |
getScore() |
int |
getSurveysCompleted() |
int |
getSurveysNumber() |
void |
setSatisfactionIndex(java.lang.Double satisfactionIndex) |
void |
setScore(java.lang.Double score) |
void |
setSurveysCompleted(int surveysCompleted) |
void |
setSurveysNumber(int surveysNumber) |
public int getSurveysNumber()
public void setSurveysNumber(int surveysNumber)
public int getSurveysCompleted()
public void setSurveysCompleted(int surveysCompleted)
public java.lang.Double getScore()
public void setScore(java.lang.Double score)
public java.lang.Double getSatisfactionIndex()
public void setSatisfactionIndex(java.lang.Double satisfactionIndex)