Uses of Class
com.retek.component.internet.ExAAddress

Packages that use ExAAddress
com.retek.component.internet   
 

Uses of ExAAddress in com.retek.component.internet
 

Methods in com.retek.component.internet that return ExAAddress
 ExAAddress ExACustomer.getBillToAddress()
          The bill-to address where the customer will receive the bill.
 ExAAddress ExACustomer.getPrimaryShipToAddress()
          The default ship-to address.
 ExAAddress ExAOrder.getBillToAddress()
          The ExAAddress of the customer where the invoice will be sent.
 ExAAddress ExACustomerSearchCriteria.getAddress()
           
 ExAAddress ExAShipToLabel.getAddress()
           
 

Methods in com.retek.component.internet with parameters of type ExAAddress
 void ExACustomer.setBillToAddress(ExAAddress billToAddress)
          Sets the bill-to address.
 void ExACustomer.addShipToAddress(ExAAddress shipToAddress)
          Adds a ship-to for this customer.
 void ExAShipToLabelRequest.setAddress(ExAAddress shipTo)
          This is the Address to ship this ShipToLabel and its associated OrderLines.
 void ExAOrderRequest.setBillToAddress(ExAAddress billToAddress)
          This sets the address to which this Order will be billed.
 void ExACustomerRequest.setBillToAddress(ExAAddress billToAddress)
          The bill-to address where the bill will be sent.
 void ExACustomerRequest.addShipToAddress(ExAAddress shipToAddress)
          Add a ship-to address.
 void ExACustomerSearchCriteria.setAddress(ExAAddress address)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25