@Override
public ExportableProperty[] getExportableProperties() {
return new ExportableProperty[] {
new ExportableStringProperty(this, SERVER_PROPERTY,
LocationMessages.getString("Property.Server"), true),
new ExportablePortProperty(this),
new ExportableStringProperty(this, USER_PROPERTY,
LocationMessages.getString("Property.Login"), true),
new ExportableStringProperty(this, PASSWORD_PROPERTY,
LocationMessages.getString("Property.Password"), true),
new ExportableStringProperty(this, BASE_NAME_PROPERTY,