}
if (DestType.isTemporary(d.getType())) {
ConnectionUID cuid = d.getConnectionUID();
if (cuid != null) {
gp.putProp("connectionUID", new Long(cuid.longValue()));
}
}
HashMap props = d.getDestinationProperties();
if (props == null) props = new HashMap();