1 # This file has been auto-generated only because it didn't exist.
 
   2 # Feel free to modify it at will; it will not be overwritten automatically.
 
   4 package SL::DB::PartsGroup;
 
   8 use SL::DB::MetaSetup::PartsGroup;
 
   9 use SL::DB::Manager::PartsGroup;
 
  11 __PACKAGE__->meta->add_relationship(
 
  12   custom_variable_configs => {
 
  13     type                  => 'many to many',
 
  14     map_class             => 'SL::DB::CustomVariableConfigPartsgroup',
 
  18 __PACKAGE__->meta->initialize;
 
  20 sub displayable_name {
 
  23   return join ' ', grep $_, $self->id, $self->partsgroup;