com.bankframe.services.audit.auditrecord
Interface AuditRecord

All Known Implementing Classes:
AuditRecordBean

public interface AuditRecord

The AuditRecord interface.

Author:
ETU

Method Summary
 java.lang.String getAuditDate()
           
 java.lang.String getAuditTime()
           
 java.lang.String getRequest()
           
 java.lang.String getRequestId()
           
 java.lang.String getResponse()
           
 

Method Detail

getAuditDate

public java.lang.String getAuditDate()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAuditTime

public java.lang.String getAuditTime()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRequest

public java.lang.String getRequest()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRequestId

public java.lang.String getRequestId()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getResponse

public java.lang.String getResponse()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.