com.retek.component.internet
Interface ExAShipToLabel

All Superinterfaces:
ExAShipToLabelRequest

public interface ExAShipToLabel
extends ExAShipToLabelRequest

This interfaces controls access to ShipTo information including the ExAOrderLines held by this ShipToLabel.

Retek Inc. Copyright (c) 2003


Method Summary
 ExAAddress getAddress()
           
 java.lang.String getInvoicePackingSlipMessage()
          Returns the packing message.
 java.lang.String getName()
           
 java.util.Set getOrderLines()
          Returns a set of ExAOrderLines.
 java.util.Set getReturnLines()
          Returns a set of return lines.
 java.lang.String getShippingLabelMessage()
           
 java.lang.String getWarehouseInstructionsMessage()
           
 boolean isShowPriceOnPackingSlip()
           
 boolean removeExAOrderLine(ExAOrderLine exAOrderLine)
          Removes exAOrderLine from the collection of order lines on the ExAShipToLabel
 
Methods inherited from interface com.retek.component.internet.ExAShipToLabelRequest
addOrderLine, clearAllOrderLines, setAddress, setInvoicePackingSlipMessage, setOrderLines, setShippingLabelMessage, setShowPriceOnPackingSlip, setWarehouseInstructionsMessage
 

Method Detail

getName

public java.lang.String getName()

getAddress

public ExAAddress getAddress()

getOrderLines

public java.util.Set getOrderLines()
Returns a set of ExAOrderLines.

Returns:
Set

removeExAOrderLine

public boolean removeExAOrderLine(ExAOrderLine exAOrderLine)
Removes exAOrderLine from the collection of order lines on the ExAShipToLabel


getInvoicePackingSlipMessage

public java.lang.String getInvoicePackingSlipMessage()
Returns the packing message.

Returns:
String

getShippingLabelMessage

public java.lang.String getShippingLabelMessage()
Returns:
String

isShowPriceOnPackingSlip

public boolean isShowPriceOnPackingSlip()
Returns:
String

getWarehouseInstructionsMessage

public java.lang.String getWarehouseInstructionsMessage()
Returns:
String

getReturnLines

public java.util.Set getReturnLines()
Returns a set of return lines.

Returns:
Set


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