1 package SL::DB::PriceFactor;
 
   5 use SL::DB::MetaSetup::PriceFactor;
 
   6 use SL::DB::Manager::PriceFactor;
 
   7 use SL::DB::Helper::ActsAsList;
 
   9 __PACKAGE__->meta->initialize;
 
  19 SL::DB::PriceFactor: Model for the 'price_factors' table
 
  23 This is a standard Rose::DB::Object based model and can be used as one.
 
  31 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>