Returns the id.returnString return id;
return id;
Returns the prop.returnString return prop;
return prop;
Returns the several.returnSet return several;
return several;
Returns the string.returnString return string;
return string;
Sets the id.paramid The id to set this.id = id;
this.id = id;
Sets the prop.paramprop The prop to set this.prop = prop;
this.prop = prop;
Sets the several.paramseveral The several to set this.several = several;
this.several = several;
Sets the string.paramstring The string to set this.string = string;
this.string = string;