git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 24 Jan 2022 13:47:10 +0000 (13:47 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 24 Jan 2022 13:47:10 +0000 (13:47 +0000)
server/user.jobengine.osgi.commons/src/user/commons/StoreUri.java

index 0e1265d41bd672e2bcc50b424f566ce1c401f4c8..4c41f742f4f3094dc0c118414fbe041f346a4658 100644 (file)
@@ -61,6 +61,11 @@ public class StoreUri extends EntityBase implements Serializable {
                this.statusListenerList = new EventListenerList();
        }
 
+       public StoreUri(String uriName) {
+               super();
+               this.uri = uriName;
+       }
+
        public void addProgressListener(IProgressEventListener listener) {
                progressListenerList.add(IProgressEventListener.class, listener);
        }