Class Library


  • public class Library
    extends Object
    Description:
    • Constructor Detail

      • Library

        public Library()
    • Method Detail

      • getLibraryName

        public String getLibraryName()
      • setLibraryName

        public void setLibraryName​(String libraryName)
      • getPersons

        public Person[] getPersons()
      • setPersons

        public void setPersons​(Person[] persons)
      • getEmployees

        @Valid
        public @Valid List<Employee> getEmployees()