Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Valid
  2. @URL
  3. @ElementCollection
  4. public Collection<String> getPictures() {
  5. return this.pictures;
  6. }
  7.  
  8. public void setPictures(final Collection<String> pictures) {
  9. this.pictures = pictures;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement