Esempio n. 1
0
 //  Personnel methods
 public void SetAttribute(
     Personnel personnel, String name, String email, ArrayList<String> attributes)
     throws Exception {
   personnel.setAttributes(name, email, attributes);
 }