public IdentifierVersionString(
     IdentifierVersionString another,
     Status status,
     long time,
     int authorNid,
     int moduleNid,
     int pathNid) {
   super(status, time, authorNid, moduleNid, pathNid, another.authorityNid);
   stringDenotation = (String) another.getDenotation();
 }