NAME
Business::Shipping::Package - Abstract class
VERSION
$Rev: 157 $ $Date: 2004-07-09 14:25:49 -0700 (Fri, 09 Jul 2004) $
DESCRIPTION
Represents package-level information (e.g. weight). Subclasses provide real implementation.
METHODS
$self->weight()
Accessor for weight.
$self->id()
Package ID (for unique identification in a list of packages).
AUTHOR
Dan Browning <db@kavod.com>, Kavod Technologies, http://www.kavod.com.
COPYRIGHT AND LICENCE
Copyright (c) 2003-2004 Kavod Technologies, Dan Browning. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See LICENSE for more info.