public class TaskEvaluationCriteria extends Object
Constructor and Description |
---|
TaskEvaluationCriteria() |
Modifier and Type | Method and Description |
---|---|
String |
getBestScore() |
int |
getIdCriteria() |
int |
getIdTask() |
int |
getPosition() |
String |
getTitle() |
boolean |
isMandatory() |
void |
setBestScore(String strBestScore)
set the best score of the criteria
|
void |
setIdCriteria(int nIdCriteria) |
void |
setIdTask(int nIdTask)
set the task id
|
void |
setMandatory(boolean bMandatory)
set true if the criteria is mandatory
|
void |
setPosition(int nPosition)
set the criteria position
|
void |
setTitle(String strTitle)
set the criteria title
|
public int getIdCriteria()
public void setIdCriteria(int nIdCriteria)
nIdCriteria
- the criteria idpublic int getIdTask()
public void setIdTask(int nIdTask)
nIdTask
- the task idpublic boolean isMandatory()
public void setMandatory(boolean bMandatory)
bMandatory
- true if it is mandatory, false otherwisepublic String getTitle()
public void setTitle(String strTitle)
strTitle
- the titlepublic String getBestScore()
public void setBestScore(String strBestScore)
strBestScore
- the best scorepublic int getPosition()
public void setPosition(int nPosition)
nPosition
- the criteria positionCopyright © 2018 City of Paris. All rights reserved.