wt.clients.util.http
Class HTTPUploadDownloadPanel.DocumentHandle
java.lang.Object
wt.clients.util.http.HTTPUploadDownloadPanel.DocumentHandle
- All Implemented Interfaces:
- ReferenceHolder
- Enclosing class:
- HTTPUploadDownloadPanel
- final class HTTPUploadDownloadPanel.DocumentHandle
- extends Object
- implements ReferenceHolder
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 |
fch
FormatContentHolder fch
HTTPUploadDownloadPanel.DocumentHandle
public HTTPUploadDownloadPanel.DocumentHandle(FormatContentHolder document)
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