wt.clients.util.http
Class HTTPUploadDownloadPanel.DocumentHandle

java.lang.Object
  extended bywt.clients.util.http.HTTPUploadDownloadPanel.DocumentHandle
All Implemented Interfaces:
ReferenceHolder
Enclosing class:
HTTPUploadDownloadPanel

final class HTTPUploadDownloadPanel.DocumentHandle
extends Object
implements ReferenceHolder


Field Summary
(package private)  FormatContentHolder fch
           
 
Constructor Summary
HTTPUploadDownloadPanel.DocumentHandle(FormatContentHolder document)
           
 
Method Summary
 Object getObject()
          Implemented to get the value of the Object maintained by this reference.
 void setObject(Object fch)
          Implemented to set the value of the Object maintained by this reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fch

FormatContentHolder fch
Constructor Detail

HTTPUploadDownloadPanel.DocumentHandle

public HTTPUploadDownloadPanel.DocumentHandle(FormatContentHolder document)
Method Detail

setObject

public void setObject(Object fch)
Description copied from interface: ReferenceHolder
Implemented to set the value of the Object maintained by this reference.

Specified by:
setObject in interface ReferenceHolder

getObject

public Object getObject()
Description copied from interface: ReferenceHolder
Implemented to get the value of the Object maintained by this reference.

Specified by:
getObject in interface ReferenceHolder