//connection 2
Connection connection2 = new Connection();
ConnectionProperty connectionProperty3 = new ConnectionProperty(connection2, CruxConstants.HBASE_ZOOKEEPER_PROPERTY, "value1");
ConnectionProperty connectionProperty4 = new ConnectionProperty(connection2, CruxConstants.HBASE_ZOOKEEPER_PROPERTY, "value2");
connection2.addProperty(connectionProperty3);
connection2.addProperty(connectionProperty4);
connection2.setDatastore(datastore);
connection2.setUser(user);
connection2.setId(2);
connection2.setName("ConnectionName2");