Package org.apache.bval.jsr.example
Class Library
- java.lang.Object
-
- org.apache.bval.jsr.example.Library
-
public class Library extends Object
Description:
-
-
Constructor Summary
Constructors Constructor Description Library()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Valid List<Employee>
getEmployees()
String
getLibraryName()
Person[]
getPersons()
Map<String,Book>
getTaggedBooks()
void
setLibraryName(String libraryName)
void
setPersons(Person[] persons)
-