GlobalID globalID = aGlobalIDObjUnlessLoading(); public GlobalID globalID() { ret globalID; } S prependGlobalID(S s) { ret globalID == null ? s : "[" + globalID + "] " + s; }