public StoreObjectFunctionHandler_s()
 {
     budtenderCounter = null;
     checkoutCounter  = null;
     decoration       = null;
     displayShelf     = null;
     doorway          = null;
 }
 public void SetDecoration(StoreObjectFunction_Decoration_s decoration_)
 {
     decoration = decoration_;
 }