Esempio n. 1
0
 public UserFile setTypeByExtention(String extention) {
   this.type = FileType.findByExtention(extention).getName();
   return this;
 }