Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public class SavedAttachmentFileJso extends JavaScriptObject {
  2.  
  3. protected SavedAttachmentFileJso() {
  4. }
  5.  
  6. public final native Integer getAttachmentFileId() /*-{
  7. return this.attachmentFileId;
  8. }-*/;
  9.  
  10. public final native String getFileUploadWidgetName() /*-{
  11. return this.fileUploadWidgetName;
  12. }-*/;
  13.  
  14. public final native String getFileName() /*-{
  15. return fileName;
  16. }-*/;
  17. }
Add Comment
Please, Sign In to add comment