com.retek.rcom.gui.screen.negativefraud
Class NegativeFraudHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.negativefraud.NegativeFraudHandler

public class NegativeFraudHandler
extends ScreenHandler


Constructor Summary
NegativeFraudHandler()
           
 
Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getAddress3()
           
 java.lang.String getCity()
           
 java.lang.String getFileNumber()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.util.Collection getNegativeCustomerRecords()
          NEGATIVE CUSTOMER RECORD METHODS
 java.lang.String getOrderNumber()
           
 java.lang.String getState()
           
 java.lang.String getZipCode()
           
 void setNegativeCustomerRecord(java.lang.Object object)
           
 void setNegativeCustomerRecords(java.util.Collection records)
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegativeFraudHandler

public NegativeFraudHandler()
Method Detail

getNegativeCustomerRecords

public java.util.Collection getNegativeCustomerRecords()
NEGATIVE CUSTOMER RECORD METHODS


setNegativeCustomerRecords

public void setNegativeCustomerRecords(java.util.Collection records)

setNegativeCustomerRecord

public void setNegativeCustomerRecord(java.lang.Object object)

getFileNumber

public java.lang.String getFileNumber()
                               throws SystemException
Throws:
SystemException

getFirstName

public java.lang.String getFirstName()
                              throws SystemException
Throws:
SystemException

getLastName

public java.lang.String getLastName()
                             throws SystemException
Throws:
SystemException

getAddress1

public java.lang.String getAddress1()
                             throws SystemException
Throws:
SystemException

getAddress2

public java.lang.String getAddress2()
                             throws SystemException
Throws:
SystemException

getAddress3

public java.lang.String getAddress3()
                             throws SystemException
Throws:
SystemException

getCity

public java.lang.String getCity()
                         throws SystemException
Throws:
SystemException

getState

public java.lang.String getState()
                          throws SystemException
Throws:
SystemException

getZipCode

public java.lang.String getZipCode()
                            throws SystemException
Throws:
SystemException

getOrderNumber

public java.lang.String getOrderNumber()
                                throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28