Class UIDTrackerData

java.lang.Object
PamguardMVC.uid.UIDTrackerData

public class UIDTrackerData extends Object
Class to store UID information about the database tables. Each object contains a table name, the highest UID found in that table, and the number of nulls in the UID column
Author:
SCANS
  • Constructor Details

    • UIDTrackerData

      public UIDTrackerData(String name, long uid)
      Constructor
      Parameters:
      name - the table name
      uid - the highest uid in the table
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUid

      public long getUid()
    • setUid

      public void setUid(long uid)