XAO::DO::Data::Customer - default dynamic data object for Data::Customer


XAO-FS documentation Contained in the XAO-FS distribution.

Index


Code Index:

NAME

Top

XAO::DO::Data::Customer - default dynamic data object for Data::Customer

SYNOPSIS

Top

None

DESCRIPTION

Top

The Data::Customer object is derived from XAO::FS::Hash and does not add any new methods.

AUTHOR

Top

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/


XAO-FS documentation Contained in the XAO-FS distribution.

###############################################################################
package XAO::DO::Data::Customer;
use strict;
use XAO::Objects;

use vars qw(@ISA);
@ISA=XAO::Objects->load(objname => 'FS::Hash');

use vars qw($VERSION);
$VERSION=(0+sprintf('%u.%03u',(q$Id: Customer.pm,v 2.1 2005/01/14 00:23:54 am Exp $ =~ /\s(\d+)\.(\d+)\s/))) || die "Bad VERSION";

###############################################################################
1;
__END__