public void loadDefaults(String action) {
   if (action != null) DefaultManager.getInstance().setObjectDefaults(this, action);
 }