|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.accpac.ExportInfo
public final class ExportInfo
This class contains the information of a file to be exported back to the client
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 |
---|
public java.lang.String getFilepath()
public java.lang.String getFilename()
public boolean isForceDownload()
true
if the export should force the client browser to
download the file.public java.lang.String getUserName()
public java.lang.String getAccpacSessionID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |