public abstract class ScannerLogModel
extends java.lang.Object
ScannerLogModel abstract class wraps the core attributes pertaining to the scanner
log entries found in a ScannerLogEntity with other more dynamic attributes, such as the
display time.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
displayTime()
Returns a String of the display time in seconds.
|
abstract ScannerLogEntity |
scannerLogEntity()
Returns a
ScannerLogEntity object that wraps the core attributes pertaining to the
scanner log entries. |
public abstract ScannerLogEntity scannerLogEntity()
ScannerLogEntity object that wraps the core attributes pertaining to the
scanner log entries.ScannerLogEntity objectpublic abstract java.lang.String displayTime()