returnReturns the id. return id;
return id;
returnReturns the name. return name;
return name;
paramid The id to set. this.id = id;
this.id = id;
paramname The name to set. this.name = name;
this.name = name;