de.janrufmonitor.repository.filter
Class CallerFilter

java.lang.Object
  extended by de.janrufmonitor.repository.filter.AbstractFilter
      extended by de.janrufmonitor.repository.filter.CallerFilter
All Implemented Interfaces:
IFilter

public class CallerFilter
extends AbstractFilter

This class is a caller filter.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from class de.janrufmonitor.repository.filter.AbstractFilter
m_filter, m_type
 
Constructor Summary
CallerFilter(ICaller c)
          Creates a new caller filter object.
 
Method Summary
 ICaller getCaller()
          Gets the caller to be filtered.
 String toString()
           
 
Methods inherited from class de.janrufmonitor.repository.filter.AbstractFilter
getFilterObject, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallerFilter

public CallerFilter(ICaller c)
Creates a new caller filter object.

Parameters:
c - a valid caller
Method Detail

getCaller

public ICaller getCaller()
Gets the caller to be filtered.

Returns:
a valid caller object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 by Thilo Brandt. All Rights Reserved.