do not need

This commit is contained in:
rvsathe 2021-05-11 07:42:15 +05:30 committed by GitHub
parent e5b7f6fccd
commit 4e3516f9f8
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
package com.baeldung.hexagonalPattern.core.domain;
public class Book {
private String name;
private String author_list;
private String isbn13;
/* constructors and getter and setters */
public Book(String string, String string2, String string3) {
// TODO Auto-generated constructor stub
}
public Book() {
// TODO Auto-generated constructor stub
}
/*
* public String getName() { return name; }
*
* public void setName(String name) { this.name = name; }
*
* public String getAuthor_list() { return author_list; }
*
* public void setAuthor_list(String author_list) { this.author_list =
* author_list; }
*
* public String getIsbn13() { return isbn13; }
*
* public void setIsbn13(String isbn13) { this.isbn13 = isbn13; }
*/
}