public class EvaluationScore
extends java.lang.Object
implements java.io.Serializable
Information about scores of a contact evaluation item (section or question).
| Constructor and Description |
|---|
EvaluationScore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAutomaticFail()
The flag that marks the item as automatic fail.
|
java.lang.Boolean |
getNotApplicable()
The flag to mark the item as not applicable for scoring.
|
java.lang.Double |
getPercentage()
The score percentage for an item in a contact evaluation.
|
int |
hashCode() |
java.lang.Boolean |
isAutomaticFail()
The flag that marks the item as automatic fail.
|
java.lang.Boolean |
isNotApplicable()
The flag to mark the item as not applicable for scoring.
|
void |
setAutomaticFail(java.lang.Boolean automaticFail)
The flag that marks the item as automatic fail.
|
void |
setNotApplicable(java.lang.Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
|
void |
setPercentage(java.lang.Double percentage)
The score percentage for an item in a contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationScore |
withAutomaticFail(java.lang.Boolean automaticFail)
The flag that marks the item as automatic fail.
|
EvaluationScore |
withNotApplicable(java.lang.Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
|
EvaluationScore |
withPercentage(java.lang.Double percentage)
The score percentage for an item in a contact evaluation.
|
public java.lang.Double getPercentage()
The score percentage for an item in a contact evaluation.
Constraints:
Range: 0.0 - 100.0
The score percentage for an item in a contact evaluation.
public void setPercentage(java.lang.Double percentage)
The score percentage for an item in a contact evaluation.
Constraints:
Range: 0.0 - 100.0
percentage - The score percentage for an item in a contact evaluation.
public EvaluationScore withPercentage(java.lang.Double percentage)
The score percentage for an item in a contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0.0 - 100.0
percentage - The score percentage for an item in a contact evaluation.
public java.lang.Boolean isNotApplicable()
The flag to mark the item as not applicable for scoring.
The flag to mark the item as not applicable for scoring.
public java.lang.Boolean getNotApplicable()
The flag to mark the item as not applicable for scoring.
The flag to mark the item as not applicable for scoring.
public void setNotApplicable(java.lang.Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
notApplicable - The flag to mark the item as not applicable for scoring.
public EvaluationScore withNotApplicable(java.lang.Boolean notApplicable)
The flag to mark the item as not applicable for scoring.
Returns a reference to this object so that method calls can be chained together.
notApplicable - The flag to mark the item as not applicable for scoring.
public java.lang.Boolean isAutomaticFail()
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
public java.lang.Boolean getAutomaticFail()
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
public void setAutomaticFail(java.lang.Boolean automaticFail)
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
automaticFail - The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
public EvaluationScore withAutomaticFail(java.lang.Boolean automaticFail)
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
Returns a reference to this object so that method calls can be chained together.
automaticFail - The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object