class FixedCostObject < CostObject # Label of the current type for display in GUI. def type_label return l(:label_fixed_cost_object) end end