133134135136137138139
this.userName = userName; this.dynamic = new HashMap(); this.roles = new HashSet(); this.registrationDate = new Date(); this.enabled = false; this.profileMap = new ProfileMapImpl(this); }