Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf.mediaobject
Class FileAttachment

java.lang.Object
  extended by com.oracle.e1.jdemf.mediaobject.FileAttachment


public class FileAttachment
extends java.lang.Object

FileAttachment class holds information about a downloaded media object attachment.


Constructor Summary
FileAttachment()
           
FileAttachment(java.lang.String fileLocation)
           
FileAttachment(java.lang.String fileName, java.lang.String fileLocation, int sequence)
           

 

Method Summary
 java.lang.String getDownloadUrl()
           
 java.lang.String getFileLocation()
           
 java.lang.String getFileName()
           
 java.lang.String getItemName()
           
 PropertyChangeSupport getPropertyChangeSupport()
           
 int getSequence()
           
 java.lang.String getThumbFileLocation()
           
 JSONObject modifyJSON(JSONObject jsonObj)
           
 void setDownloadUrl(java.lang.String downloadUrl)
           
 void setFileLocation(java.lang.String fileLocation)
           
 void setFileName(java.lang.String fileName)
           
 void setItemName(java.lang.String itemName)
           
 void setPropertyChangeSupport(PropertyChangeSupport propertyChangeSupport)
           
 void setSequence(int sequence)
           
 void setThumbFileLocation(java.lang.String thumbFileLocation)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FileAttachment

public FileAttachment()

FileAttachment

public FileAttachment(java.lang.String fileName,
                      java.lang.String fileLocation,
                      int sequence)

FileAttachment

public FileAttachment(java.lang.String fileLocation)

Method Detail

modifyJSON

public JSONObject modifyJSON(JSONObject jsonObj)

setFileName

public void setFileName(java.lang.String fileName)

getFileName

public java.lang.String getFileName()

setFileLocation

public void setFileLocation(java.lang.String fileLocation)

getFileLocation

public java.lang.String getFileLocation()

setItemName

public void setItemName(java.lang.String itemName)

getItemName

public java.lang.String getItemName()

setSequence

public void setSequence(int sequence)

getSequence

public int getSequence()

setThumbFileLocation

public void setThumbFileLocation(java.lang.String thumbFileLocation)

getThumbFileLocation

public java.lang.String getThumbFileLocation()

setDownloadUrl

public void setDownloadUrl(java.lang.String downloadUrl)

getDownloadUrl

public java.lang.String getDownloadUrl()

setPropertyChangeSupport

public void setPropertyChangeSupport(PropertyChangeSupport propertyChangeSupport)

getPropertyChangeSupport

public PropertyChangeSupport getPropertyChangeSupport()

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.