de.janrufmonitor.repository.filter
Class CipFilter

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

public class CipFilter
extends AbstractFilter

This class is a CIP filter.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from class de.janrufmonitor.repository.filter.AbstractFilter
m_filter, m_type
 
Constructor Summary
CipFilter(ICip cip)
          Creates a new CIP filter object for the specified CIP.
 
Method Summary
 ICip getCip()
          Gets the CIP 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

CipFilter

public CipFilter(ICip cip)
Creates a new CIP filter object for the specified CIP.

Parameters:
cip - a valid CIP
Method Detail

getCip

public ICip getCip()
Gets the CIP to be filtered.

Returns:
a valid CIP object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 by Thilo Brandt. All Rights Reserved.