Пример #1
0
  protected ims.therapies.vo.StrengtheningProgramVo populateDataFromScreen(
      ims.therapies.vo.StrengtheningProgramVo value) {
    if (value == null) value = new ims.therapies.vo.StrengtheningProgramVo();

    value.setComment(this.form.txtComments().getValue());

    return value;
  }