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 Link icon

    • UIDTrackerData Link icon

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

    • getName Link icon

      public String getName()
    • setName Link icon

      public void setName(String name)
    • getUid Link icon

      public long getUid()
    • setUid Link icon

      public void setUid(long uid)