returnReturns the description. return description;
return description;
returnReturns the id. return id;
return id;
returnReturns the x. return x;
return x;
returnReturns the y. return y;
return y;
paramdescription The description to set. this.description = description;
this.description = description;
paramid The id to set. this.id = id;
this.id = id;
paramx The x to set. this.x = x;
this.x = x;
paramy The y to set. this.y = y;
this.y = y;