/**
  * 業務タイトルを返します。
  *
  * @return 業務タイトル
  */
 public String getText() {
   return title.getText();
 }