90% of file upload, GPC number
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.bayer.edam.migration;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
public class UploadReference {
|
||||
|
||||
URI targetRecord;
|
||||
String fileURI;
|
||||
|
||||
public UploadReference(URI record, String fileURI) {
|
||||
this.targetRecord = record;
|
||||
this.fileURI = fileURI;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user