de.janrufmonitor.repository.filter
Class UUIDFilter

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

public class UUIDFilter
extends AbstractFilter

This class is a UUID filter.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from class de.janrufmonitor.repository.filter.AbstractFilter
m_filter, m_type
 
Constructor Summary
UUIDFilter(String[] c)
          Creates a new UUID filter object.
 
Method Summary
 String[] getCaller()
          Gets the UUID 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

UUIDFilter

public UUIDFilter(String[] c)
Creates a new UUID filter object.

Parameters:
c - a valid UUID
Method Detail

getCaller

public String[] getCaller()
Gets the UUID to be filtered.

Returns:
a valid string array object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 by Thilo Brandt. All Rights Reserved.