edu.ntnu.item.jt.system.configbeans
Class AVRealTimeScanBean

java.lang.Object
  extended by edu.ntnu.item.jt.system.configbeans.AVRealTimeScanBean

public class AVRealTimeScanBean
extends Object

Annotated bean used for containing information about the real time scan operation of an anti-virus engine. Provided to work with the Simple XML loader for simplicity.

Author:
Jøran Vagnby Lillesand

Constructor Summary
AVRealTimeScanBean()
           
 
Method Summary
 String getLogFilePath()
           
 String getResultIdentifier()
           
 void setLogFilePath(String logFilePath)
           
 void setResultIdentifier(String resultIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVRealTimeScanBean

public AVRealTimeScanBean()
Method Detail

getLogFilePath

public String getLogFilePath()

setLogFilePath

public void setLogFilePath(String logFilePath)

getResultIdentifier

public String getResultIdentifier()

setResultIdentifier

public void setResultIdentifier(String resultIdentifier)