Regarding:


public String getFullAddress()
{
String fullAddress = "street/n" + "town/n" + "postcode";
return fullAddress;
}

you appear to be returning...