Generate a database ID for registration in the schedule.
スケジュールに登録するためのデータベースIDを生成します。
@override String toDatabaseId() { return documentPath.replaceAll("/", "").limit(256); }