Package com.amos2020.javabackend.entity
Class Answer
java.lang.Object
com.amos2020.javabackend.entity.Answer
@Entity
public class Answer
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringannotationprivate java.lang.Booleandocumentationprivate FacCritfacCritByFaccritIdprivate intfaccritIdprivate InterviewinterviewByInterviewIdprivate intinterviewIdprivate java.lang.Booleanprocedureprivate java.lang.Stringproofprivate QuestionquestionByQuestionIdprivate intquestionIdprivate java.lang.Stringreasonprivate java.lang.Booleanresponsibleprivate java.lang.Booleanresult -
Constructor Summary
Constructors Constructor Description Answer() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAnnotation()java.lang.BooleangetDocumentation()FacCritgetFacCritByFaccritId()@javax.validation.constraints.NotNull intgetFaccritId()InterviewgetInterviewByInterviewId()intgetInterviewId()java.lang.BooleangetProcedure()java.lang.StringgetProof()QuestiongetQuestionByQuestionId()intgetQuestionId()java.lang.StringgetReason()java.lang.BooleangetResponsible()java.lang.BooleangetResult()inthashCode()voidsetAnnotation(java.lang.String annotation)voidsetDocumentation(java.lang.Boolean documentation)voidsetFacCritByFaccritId(FacCrit facCritByFaccritId)voidsetFaccritId(int faccritId)voidsetInterviewByInterviewId(Interview interviewByInterviewId)voidsetInterviewId(int interviewId)voidsetProcedure(java.lang.Boolean procedure)voidsetProof(java.lang.String proof)voidsetQuestionByQuestionId(Question questionByQuestionId)voidsetQuestionId(int questionId)voidsetReason(java.lang.String reason)voidsetResponsible(java.lang.Boolean responsible)voidsetResult(java.lang.Boolean result)
-
Field Details
-
questionId
private int questionId -
interviewId
private int interviewId -
faccritId
private int faccritId -
result
private java.lang.Boolean result -
responsible
private java.lang.Boolean responsible -
documentation
private java.lang.Boolean documentation -
procedure
private java.lang.Boolean procedure -
reason
private java.lang.String reason -
proof
private java.lang.String proof -
annotation
private java.lang.String annotation -
facCritByFaccritId
-
questionByQuestionId
-
interviewByInterviewId
-
-
Constructor Details
-
Answer
public Answer()
-
-
Method Details
-
getQuestionId
public int getQuestionId() -
setQuestionId
public void setQuestionId(int questionId) -
getInterviewId
public int getInterviewId() -
setInterviewId
public void setInterviewId(int interviewId) -
getFaccritId
@NotNull public @javax.validation.constraints.NotNull int getFaccritId() -
setFaccritId
public void setFaccritId(int faccritId) -
getResult
public java.lang.Boolean getResult() -
setResult
public void setResult(java.lang.Boolean result) -
getResponsible
public java.lang.Boolean getResponsible() -
setResponsible
public void setResponsible(java.lang.Boolean responsible) -
getDocumentation
public java.lang.Boolean getDocumentation() -
setDocumentation
public void setDocumentation(java.lang.Boolean documentation) -
getProcedure
public java.lang.Boolean getProcedure() -
setProcedure
public void setProcedure(java.lang.Boolean procedure) -
getReason
public java.lang.String getReason() -
setReason
public void setReason(java.lang.String reason) -
getProof
public java.lang.String getProof() -
setProof
public void setProof(java.lang.String proof) -
getAnnotation
public java.lang.String getAnnotation() -
setAnnotation
public void setAnnotation(java.lang.String annotation) -
getFacCritByFaccritId
-
setFacCritByFaccritId
-
getQuestionByQuestionId
-
setQuestionByQuestionId
-
getInterviewByInterviewId
-
setInterviewByInterviewId
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-