コード例 #1
0
 public Book(Title title, Author author, Content content)
 {
     this.title   = title;
     this.author  = author;
     this.content = content;
 }