Class SaWsContent

java.lang.Object
com.saperion.ws.wrapper.SaWsContent

public class SaWsContent extends Object
Author:
Daniel Manzke created 30. August 2007, 17:56
  • Constructor Details

    • SaWsContent

      public SaWsContent()
      Creates a new instance of SaWsContent.
    • SaWsContent

      public SaWsContent(jakarta.activation.DataHandler dataHandler, String fileName)
      Parameters:
      dataHandler - Content data handler
      fileName - Filename
  • Method Details

    • getContent

      public jakarta.activation.DataHandler getContent()
      Returns the content for a document.
      Returns:
      Returns the Handler which contains the data
    • setContent

      public void setContent(jakarta.activation.DataHandler dataHandler)
      Sets the content for a document.
      Parameters:
      dataHandler - Content data handler
    • getFilename

      public String getFilename()
      Returns the filename of the document's content.
      Returns:
      Returns the filename of the document
    • setFilename

      public void setFilename(String fileName)
      Sets the filename of the document's content.
      Parameters:
      fileName - Filename
    • getPosition

      public int getPosition()
    • setPosition

      public void setPosition(int position)
    • getVariables

      public Map<String,String> getVariables()
    • setVariables

      public void setVariables(Map<String,String> variables)