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