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

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

public class FilterBean
extends Object

Annotated bean for storing information about a antivirus engine filter. Provided to work with the Simple XML loader for simplicity.

Author:
Jøran Vagnby Lillesand

Constructor Summary
FilterBean()
           
 
Method Summary
 String getResultIdentifier()
           
 String getResultPrefix()
           
 String getResultSuffix()
           
 void setResultIdentifier(String resultIdentifier)
           
 void setResultPrefix(String resultPrefix)
           
 void setResultSuffix(String resultSuffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterBean

public FilterBean()
Method Detail

getResultIdentifier

public String getResultIdentifier()

setResultIdentifier

public void setResultIdentifier(String resultIdentifier)

getResultPrefix

public String getResultPrefix()

setResultPrefix

public void setResultPrefix(String resultPrefix)

getResultSuffix

public String getResultSuffix()

setResultSuffix

public void setResultSuffix(String resultSuffix)