Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Interface IWDModifiableBinaryType


public interface IWDModifiableBinaryType

The interface IWDModifiableBinaryType represents a special Web Dynpro implementation of the Java DDIC's binary type.


Method Summary
 java.lang.String getFileName()
          Method getFileName returns the name of the web resource
 WDWebResourceType getMimeType()
          Returns the mimeType.
 void setFileName(java.lang.String string)
          Method setFileNameForDownLoad.
 void setMimeType(WDWebResourceType mimeType)
          Sets the mimeType.
 

Method Detail

getMimeType

public WDWebResourceType getMimeType()
Returns the mimeType.
Returns:
WebResourceType

setMimeType

public void setMimeType(WDWebResourceType mimeType)
Sets the mimeType.
Parameters:
mimeType - The mimeType to set

getFileName

public java.lang.String getFileName()
Method getFileName returns the name of the web resource
Returns:
 

setFileName

public void setFileName(java.lang.String string)
Method setFileNameForDownLoad.
Parameters:
string -  

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15