102103104105106107108
/** * Sets harvest history result. * @param historyResult harvest history result */ public void setResult(HeResult historyResult) { _result = historyResult != null ? historyResult : new HeResult(); }