Package de.hsh.graja.transfer.result
Class ResultNodeTO
java.lang.Object
de.hsh.graja.transfer.result.ResultNodeTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisLeaf()voidsetDescription(ArrayList<DocumentTO> description) voidsetDocuments(ArrayList<DocumentTO> documents) voidsetHeadline(String headline) voidvoidsetScoreAchievedAfterWeightingAndNullification(Double scoreAchievedAfterWeightingAndNullification) voidsetScoreAchievedBeforeWeightingAndNullification(Double scoreAchievedBeforeWeightingAndNullification) voidsetScoreMax(Double scoreMax) voidsetSubResults(List<ResultNodeTO> subResults) toString()
-
Field Details
-
subResults
-
-
Constructor Details
-
ResultNodeTO
public ResultNodeTO()
-
-
Method Details
-
getHeadline
-
setHeadline
-
getId
-
setId
-
getScoreAchievedBeforeWeightingAndNullification
-
setScoreAchievedBeforeWeightingAndNullification
public void setScoreAchievedBeforeWeightingAndNullification(Double scoreAchievedBeforeWeightingAndNullification) -
getScoreAchievedAfterWeightingAndNullification
-
setScoreAchievedAfterWeightingAndNullification
public void setScoreAchievedAfterWeightingAndNullification(Double scoreAchievedAfterWeightingAndNullification) -
getScoreMax
-
setScoreMax
-
getDescription
-
setDescription
-
getDocuments
-
setDocuments
-
getSubResults
-
setSubResults
-
toString
-
isLeaf
public boolean isLeaf()
-