Class InternalIdMethod

java.lang.Object
net.sf.basedb.plugins.batchimport.InternalIdMethod
All Implemented Interfaces:
IdMethod

public class InternalIdMethod
extends Object
implements IdMethod
Identification method implementation that finds an item by using the getById() method.
Version:
2.8
Author:
nicklas
Last modified
$Date: 2019-03-04 09:29:50 +0100 (mån, 04 mars 2019) $
  • Field Details

    • INTERNAL_ID

      public static final InternalIdMethod INTERNAL_ID
      Use the internal ID for finding items.
    • method

      private final String method
    • title

      private final String title
  • Constructor Details

    • InternalIdMethod

      public InternalIdMethod​(String method, String title)
      Create a new id method.
  • Method Details