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

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

public class AVUpdateInfoBean
extends Object

Annotated bean for containing information about the update capabilities of an anti-virus engine. Provided to work with the Simple XML loader for simplicity.

Author:
Jøran Vagnby Lillesand

Constructor Summary
AVUpdateInfoBean()
           
 
Method Summary
 String getUpdateExecutable()
           
 String getUpdateLogPath()
           
 String getUpdateParameters()
           
 String getUpdateSuccessIndicator()
           
 void setUpdateExecutable(String updateExecutable)
           
 void setUpdateLogPath(String updateLogPath)
           
 void setUpdateParameters(String updateParameters)
           
 void setUpdateSuccessIndicator(String updateSuccessIndicator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVUpdateInfoBean

public AVUpdateInfoBean()
Method Detail

getUpdateLogPath

public String getUpdateLogPath()

setUpdateLogPath

public void setUpdateLogPath(String updateLogPath)

getUpdateSuccessIndicator

public String getUpdateSuccessIndicator()

setUpdateSuccessIndicator

public void setUpdateSuccessIndicator(String updateSuccessIndicator)

getUpdateParameters

public String getUpdateParameters()

setUpdateParameters

public void setUpdateParameters(String updateParameters)

getUpdateExecutable

public String getUpdateExecutable()

setUpdateExecutable

public void setUpdateExecutable(String updateExecutable)