/**
  * @param uuid
  * @return
  */
 @Override
 public EnvObjectLogic getObjectByUUID(String uuid) {
   return objects.getObjectByUUID(uuid);
 }