//connection
Connection connection = new Connection();
ConnectionProperty connectionProperty1 = new ConnectionProperty(connection, CruxConstants.HBASE_ZOOKEEPER_PROPERTY,"value1");
ConnectionProperty connectionProperty2 = new ConnectionProperty(connection, CruxConstants.HBASE_ZOOKEEPER_PROPERTY,"value2");
connection.addProperty(connectionProperty1);
connection.addProperty(connectionProperty2);
connection.setDatastore(datastore);
connection.setUser(user);
connection.setId(1);
connection.setName("ConnectionName1");