mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
16.18.2008 a42d8edc14f3ff2eb4dd85f1483490d8137fdef2
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/ImportIDSet.java
@@ -118,4 +118,19 @@
   * @param entryID The entry ID to use.
   */
  public void setEntryID(EntryID entryID);
  /**
   * Return if a undefined entry ID set has been written to the index DB.
   *
   * @return Return <CODE>True</CODE>if the undefined entry ID set has been
   * written to the index DB.
   */
  public boolean isDirty();
  /**
   * Set the dirty flag to the specifed value.
   *
   * @param dirty The value to set the flag to.
   */
  public void setDirty(boolean dirty);
}