this.name = name; employments = new HashSet();
returnReturns the employments. return employments;
return employments;
returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
paramemployments The employments to set. this.employments = employments;
this.employments = employments;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;
this.name = name;