this.extanthashv=new Hashtable();
}
/**
+ * Create IdFactory with existing object hashes and id set
+ * @param session
+ * @param client
+ * @param user
+ * @param extanthashv hash of existing VorbaIds from a previous read of same document
+ */
+ protected IdFactory(SessionHandle session, ClientHandle client, UserHandle user, Hashtable extanthashv) {
+ this(session, client, user);
+ this.extanthashv = extanthashv;
+ }
+ /**
* values for keys in this hash can be used to reference the uk.ac.vamsas.client.Vobject instance for the VorbaId string.
* @return the hash of all VorbaIds
*/