de.janrufmonitor.repository.filter
Class MsnFilter

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

public class MsnFilter
extends AbstractFilter

This class is a MSN filter.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from class de.janrufmonitor.repository.filter.AbstractFilter
m_filter, m_type
 
Constructor Summary
MsnFilter(IMsn msn)
          Creates a new MSN filter object for the specified MSN.
MsnFilter(IMsn[] msn)
          Creates a new MSN filter object for the specified MSNs.
 
Method Summary
 IMsn[] getMsn()
          Gets the MSN 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

MsnFilter

public MsnFilter(IMsn[] msn)
Creates a new MSN filter object for the specified MSNs.

Parameters:
msn - valid MSNs

MsnFilter

public MsnFilter(IMsn msn)
Creates a new MSN filter object for the specified MSN.

Parameters:
a - msn valid MSN
Method Detail

getMsn

public IMsn[] getMsn()
Gets the MSN to be filtered.

Returns:
a valid MSN object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 by Thilo Brandt. All Rights Reserved.