Package wt.wrmf.delivery
Interface ShippingItem
- All Superinterfaces:
wt.wrmf.delivery._ShippingItem
@GeneratedProperty(name="totalSize",type=long.class,accessors=@PropertyAccessors(getAccess=PROTECTED)) @GeneratedProperty(name="itemLabel",type=ShippingLabel.class,constraints=@PropertyConstraints(required=true)) @GeneratedProperty(name="receiptLabel",type=ShippingLabel.class,constraints=@PropertyConstraints(required=true))
public interface ShippingItem
extends wt.wrmf.delivery._ShippingItem
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.wrmf.delivery._ShippingItem
ITEM_LABEL, RECEIPT_LABEL, TOTAL_SIZE -
Method Summary
Methods inherited from interface wt.wrmf.delivery._ShippingItem
getItemLabel, getReceiptLabel, setItemLabel, setReceiptLabel