@Entity
public class Author
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
-
setId
public void setId(Long id)
-
getName
@NotNull
@Size(max=10)
public @NotNull @Size(max=10) String getName()
-
setName
public void setName(@NotNull @Size(max=10)
@NotNull @Size(max=10) String name)
-
-
-