com.ail.insurance.quotation.fetchdocument
Interface FetchDocumentArg

All Superinterfaces:
CommandArg, java.io.Serializable
All Known Implementing Classes:
FetchDocumentArgImp, FetchDocumentCommand

public interface FetchDocumentArg
extends CommandArg

Interface defining the arguments and returns associated with the fetch document service.

Version:
$Revision$
Author:
$Author$

Method Summary
 byte[] getDocumentRet()
          The generated document.
 java.lang.String getQuotationNumberArg()
          The number of the quotation for which a document should be returned
 void setDocumentRet(byte[] documentRet)
           
 void setQuotationNumberArg(java.lang.String quotationNumberArg)
           
 
Methods inherited from interface com.ail.core.command.CommandArg
getCallersCore, setCallersCore
 

Method Detail

getQuotationNumberArg

java.lang.String getQuotationNumberArg()
The number of the quotation for which a document should be returned

Returns:
quotation number.

setQuotationNumberArg

void setQuotationNumberArg(java.lang.String quotationNumberArg)
Parameters:
policyArg -
See Also:
#getPolicyArg()

getDocumentRet

byte[] getDocumentRet()
The generated document.

Returns:
document

setDocumentRet

void setDocumentRet(byte[] documentRet)
Parameters:
documentRet -
See Also:
getDocumentRet()