Skip navigation links
com.oracle.e1.jdemf.mediaobject
Class FileAttachment
java.lang.Object
com.oracle.e1.jdemf.mediaobject.FileAttachment
-
public class FileAttachment
- extends java.lang.Object
FileAttachment class holds information about a downloaded media object attachment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileAttachment
public FileAttachment()
FileAttachment
public FileAttachment(java.lang.String fileName,
java.lang.String fileLocation,
int sequence)
FileAttachment
public FileAttachment(java.lang.String fileLocation)
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
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.