wt.wrmf.delivery
Interface ShippingItem

All Known Implementing Classes:
ConfirmableShippingItem, Receipt

public interface ShippingItem



Supported API: false

Extendable: false


Field Summary
static String ITEM_LABEL
          Label for the attribute.
static String RECEIPT_LABEL
          Label for the attribute.
 
Method Summary
 ShippingLabel getItemLabel()
          Gets the object for the association that plays role: ITEM_LABEL.
 ShippingLabel getReceiptLabel()
          Gets the object for the association that plays role: RECEIPT_LABEL.
 void setItemLabel(ShippingLabel a_ItemLabel)
          Sets the object for the association that plays role: ITEM_LABEL.
 void setReceiptLabel(ShippingLabel a_ReceiptLabel)
          Sets the object for the association that plays role: RECEIPT_LABEL.
 

Field Detail

ITEM_LABEL

public static final String ITEM_LABEL
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

RECEIPT_LABEL

public static final String RECEIPT_LABEL
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getItemLabel

public ShippingLabel getItemLabel()
Gets the object for the association that plays role: ITEM_LABEL.

Supported API: false

Returns:
ShippingLabel

setItemLabel

public void setItemLabel(ShippingLabel a_ItemLabel)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: ITEM_LABEL.

Supported API: false

Parameters:
a_ItemLabel -
Throws:
WTPropertyVetoException

getReceiptLabel

public ShippingLabel getReceiptLabel()
Gets the object for the association that plays role: RECEIPT_LABEL.

Supported API: false

Returns:
ShippingLabel

setReceiptLabel

public void setReceiptLabel(ShippingLabel a_ReceiptLabel)
                     throws WTPropertyVetoException
Sets the object for the association that plays role: RECEIPT_LABEL.

Supported API: false

Parameters:
a_ReceiptLabel -
Throws:
WTPropertyVetoException