org.filteredpush.client.model
Class AnnotationResponse
java.lang.Object
org.filteredpush.client.model.AnnotationResponse
- All Implemented Interfaces:
- java.io.Serializable
public class AnnotationResponse
- extends java.lang.Object
- implements java.io.Serializable
This class models the annotation response.
- Author:
- Lei Dou
$Id:$
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
AGREE
|
static java.lang.String |
DISAGREE
|
static java.lang.String |
FIXED
|
static java.lang.String |
NEUTRAL
|
static java.lang.String |
WONTFIX
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEUTRAL
public static final java.lang.String NEUTRAL
- See Also:
- Constant Field Values
AGREE
public static final java.lang.String AGREE
- See Also:
- Constant Field Values
DISAGREE
public static final java.lang.String DISAGREE
- See Also:
- Constant Field Values
WONTFIX
public static final java.lang.String WONTFIX
- See Also:
- Constant Field Values
FIXED
public static final java.lang.String FIXED
- See Also:
- Constant Field Values
AnnotationResponse
public AnnotationResponse()
clear
public void clear()
getResolution
public java.lang.String getResolution()
setResolution
public void setResolution(java.lang.String resolution)
getJudgement
public java.lang.String getJudgement()
setJudgement
public void setJudgement(java.lang.String judgement)
getOpinion
public java.lang.String getOpinion()
getMotivation
public java.lang.String getMotivation()
getEvidence
public java.lang.String getEvidence()
setEvidence
public void setEvidence(java.lang.String evidence)
getAgreeReasonChoices
public java.lang.String[] getAgreeReasonChoices()
setAgreeReasonChoices
public void setAgreeReasonChoices(java.lang.String[] agreeReasonChoices)
getDisagreeReasonChoices
public java.lang.String[] getDisagreeReasonChoices()
setDisagreeReasonChoices
public void setDisagreeReasonChoices(java.lang.String[] disagreeReasonChoices)
getNeutralReasonChoices
public java.lang.String[] getNeutralReasonChoices()
setNeutralReasonChoices
public void setNeutralReasonChoices(java.lang.String[] neutralReasonChoices)
getOtherReasonForJudgement
public java.lang.String getOtherReasonForJudgement()
setOtherReasonForJudgement
public void setOtherReasonForJudgement(java.lang.String otherReasonForJudgement)
getResolutionReasonChoices
public java.lang.String[] getResolutionReasonChoices()
setResolutionReasonChoices
public void setResolutionReasonChoices(java.lang.String[] resolutionReasonChoices)
getOtherReasonForResolution
public java.lang.String getOtherReasonForResolution()
setOtherReasonForResolution
public void setOtherReasonForResolution(java.lang.String otherReasonForResolution)