Package PamguardMVC.uid
Class UIDTrackerData
java.lang.Object
PamguardMVC.uid.UIDTrackerData
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 Summary
-
Method Summary
-
Constructor Details
-
UIDTrackerData
Constructor- Parameters:
name
- the table nameuid
- the highest uid in the table
-
-
Method Details
-
getName
-
setName
-
getUid
public long getUid() -
setUid
public void setUid(long uid)
-