/** Initializes this new instance. */
  protected void initialize() {
    super.initialize();

    this.setConfigRequired(false);
  }
  /** Mark the object and its parent as dirty branches */
  public void markBranchDirty() {
    super.markBranchDirty();

    this.setConfigClean(false);
  }