com.sage.orion.sdata.servlet.accpac
Class ExportInfo

java.lang.Object
  extended by com.sage.orion.sdata.servlet.accpac.ExportInfo

public final class ExportInfo
extends java.lang.Object

This class contains the information of a file to be exported back to the client

Author:
cliwa01

Method Summary
 java.lang.String getAccpacSessionID()
          Gets the accpac session id for the export.
 java.lang.String getFilename()
          Gets the filename for the export.
 java.lang.String getFilepath()
          Gets the filepath information for the export.
 java.lang.String getUserName()
          Gets the username for the download.
 boolean isForceDownload()
          Determines if the export should force the client browser to download the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilepath

public java.lang.String getFilepath()
Gets the filepath information for the export.

Returns:
the filepath information for the export.

getFilename

public java.lang.String getFilename()
Gets the filename for the export.

Returns:
the filename for the export.

isForceDownload

public boolean isForceDownload()
Determines if the export should force the client browser to download the file.

Returns:
true if the export should force the client browser to download the file.

getUserName

public java.lang.String getUserName()
Gets the username for the download.

Returns:
the username for the download.

getAccpacSessionID

public java.lang.String getAccpacSessionID()
Gets the accpac session id for the export.

Returns:
the accpac session id for the export.


Copyright © 2011 Sage Software, Inc. All rights reserved.