|
|
|
@ -400,4 +400,35 @@ public class ClientUpdateInfo {
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public String toString() {
|
|
|
|
|
return "ClientUpdateInfo{" +
|
|
|
|
|
"clientMoniker='" + clientMoniker + '\'' +
|
|
|
|
|
", companyName='" + companyName + '\'' +
|
|
|
|
|
", shortName='" + shortName + '\'' +
|
|
|
|
|
", businessName='" + businessName + '\'' +
|
|
|
|
|
", businessStructure='" + businessStructure + '\'' +
|
|
|
|
|
", abn='" + abn + '\'' +
|
|
|
|
|
", acn='" + acn + '\'' +
|
|
|
|
|
", industry='" + industry + '\'' +
|
|
|
|
|
", companyPhoto='" + companyPhoto + '\'' +
|
|
|
|
|
", storePhoto='" + storePhoto + '\'' +
|
|
|
|
|
", companyWebsite='" + companyWebsite + '\'' +
|
|
|
|
|
", companyPhone='" + companyPhone + '\'' +
|
|
|
|
|
", description='" + description + '\'' +
|
|
|
|
|
", remark='" + remark + '\'' +
|
|
|
|
|
", sector='" + sector + '\'' +
|
|
|
|
|
", logoId='" + logoId + '\'' +
|
|
|
|
|
", contactPerson='" + contactPerson + '\'' +
|
|
|
|
|
", contactPhone='" + contactPhone + '\'' +
|
|
|
|
|
", contactEmail='" + contactEmail + '\'' +
|
|
|
|
|
", address='" + address + '\'' +
|
|
|
|
|
", suburb='" + suburb + '\'' +
|
|
|
|
|
", postcode='" + postcode + '\'' +
|
|
|
|
|
", state='" + state + '\'' +
|
|
|
|
|
", country='" + country + '\'' +
|
|
|
|
|
", timezone='" + timezone + '\'' +
|
|
|
|
|
", client_apply_id='" + client_apply_id + '\'' +
|
|
|
|
|
'}';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|