org.filteredpush.client.model
Class AnnotationResponse

java.lang.Object
  extended by 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
           
 
Constructor Summary
AnnotationResponse()
           
 
Method Summary
 void clear()
           
 java.lang.String[] getAgreeReasonChoices()
           
 java.lang.String[] getDisagreeReasonChoices()
           
 java.lang.String getEvidence()
           
 java.lang.String getJudgement()
           
 java.lang.String getMotivation()
           
 java.lang.String[] getNeutralReasonChoices()
           
 java.lang.String getOpinion()
           
 java.lang.String getOtherReasonForJudgement()
           
 java.lang.String getOtherReasonForResolution()
           
 java.lang.String getResolution()
           
 java.lang.String[] getResolutionReasonChoices()
           
 void setAgreeReasonChoices(java.lang.String[] agreeReasonChoices)
           
 void setDisagreeReasonChoices(java.lang.String[] disagreeReasonChoices)
           
 void setEvidence(java.lang.String evidence)
           
 void setJudgement(java.lang.String judgement)
           
 void setNeutralReasonChoices(java.lang.String[] neutralReasonChoices)
           
 void setOtherReasonForJudgement(java.lang.String otherReasonForJudgement)
           
 void setOtherReasonForResolution(java.lang.String otherReasonForResolution)
           
 void setResolution(java.lang.String resolution)
           
 void setResolutionReasonChoices(java.lang.String[] resolutionReasonChoices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AnnotationResponse

public AnnotationResponse()
Method Detail

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)