Class HistoryEntity

java.lang.Object
com.lpvs.entity.history.HistoryEntity

public class HistoryEntity extends Object
Represents an entity containing a list of historical records in the LPVS system. Each instance of this class encapsulates a collection of LPVSHistory objects and a count representing the total number of historical records.

This entity is used to organize and provide access to historical scan data in the LPVS system. The list of LPVSHistory objects contains detailed information about individual scan events. The count field indicates the total number of historical records available in the entity.

  • Constructor Details

    • HistoryEntity

      public HistoryEntity()