com.retek.component.internet.test
Class ExAWizObtainCustomerInfoCommand

java.lang.Object
  extended bycom.retek.component.internet.test.ExAWizCommand
      extended bycom.retek.component.internet.test.ExAWizCustomerCommand
          extended bycom.retek.component.internet.test.ExAWizObtainCustomerInfoCommand

public class ExAWizObtainCustomerInfoCommand
extends ExAWizCustomerCommand


Constructor Summary
ExAWizObtainCustomerInfoCommand()
           
 
Method Summary
 void execute()
           
 void setAddress(ExAAddress address)
           
 void setCustomerNumber(java.lang.String customerNumber)
           
 void setFirstName(java.lang.String firstName)
           
 void setLastName(java.lang.String lastName)
           
 void setMiddleInitial(java.lang.String middleInitial)
           
 void setTelephoneNumber(java.lang.String telephone)
           
 
Methods inherited from class com.retek.component.internet.test.ExAWizCustomerCommand
displayAddress, displayCustomer, displayPreference, getName, getPhoneNumber
 
Methods inherited from class com.retek.component.internet.test.ExAWizCommand
getExAUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExAWizObtainCustomerInfoCommand

public ExAWizObtainCustomerInfoCommand()
Method Detail

execute

public void execute()
             throws ExAException
Specified by:
execute in class ExAWizCommand
Throws:
ExAException

setAddress

public void setAddress(ExAAddress address)

setCustomerNumber

public void setCustomerNumber(java.lang.String customerNumber)

setFirstName

public void setFirstName(java.lang.String firstName)

setLastName

public void setLastName(java.lang.String lastName)

setMiddleInitial

public void setMiddleInitial(java.lang.String middleInitial)

setTelephoneNumber

public void setTelephoneNumber(java.lang.String telephone)


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