com.retek.component.internet.test
Class ExAWizCreateCustomerCommand

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

public class ExAWizCreateCustomerCommand
extends ExAWizCustomerCommand


Constructor Summary
ExAWizCreateCustomerCommand()
           
 
Method Summary
 void addEmail(java.lang.String emailAddress)
           
 void addTelephoneNumber(java.lang.String phone)
           
 void execute()
           
 void setAddress(ExAAddress address)
           
 void setCreatedBy(ExAUser user)
           
 void setFirstName(java.lang.String firstName)
           
 void setLastName(java.lang.String lastName)
           
 void setMiddleInitial(java.lang.String middleInitial)
           
 
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

ExAWizCreateCustomerCommand

public ExAWizCreateCustomerCommand()
Method Detail

execute

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

setFirstName

public void setFirstName(java.lang.String firstName)

setMiddleInitial

public void setMiddleInitial(java.lang.String middleInitial)

setLastName

public void setLastName(java.lang.String lastName)

addTelephoneNumber

public void addTelephoneNumber(java.lang.String phone)

addEmail

public void addEmail(java.lang.String emailAddress)

setAddress

public void setAddress(ExAAddress address)

setCreatedBy

public void setCreatedBy(ExAUser user)


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