Пример #1
0
 /** Copy constructor */
 public PentahoUser(IPentahoUser userToCopy) {
   this.username = userToCopy.getUsername();
   this.description = userToCopy.getDescription();
   this.enabled = userToCopy.isEnabled();
 }