org.jasig.portal.groups.pags.testers
Class BaseAttributeTester

java.lang.Object
  extended by org.jasig.portal.groups.pags.testers.BaseAttributeTester
All Implemented Interfaces:
IPersonTester
Direct Known Subclasses:
IntegerTester, StringTester, ValueMissingTester

public abstract class BaseAttributeTester
extends Object
implements IPersonTester

A tester for examining IPerson attributes.

Version:
$Revision: 19776 $
Author:
Dan Ellentuck

Field Summary
protected  String attributeName
           
protected  String testValue
           
 
Constructor Summary
BaseAttributeTester(String attribute, String test)
           
 
Method Summary
 String asString(Object o)
          return String
 String getAttributeName()
           
 String getTestValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.groups.pags.IPersonTester
test
 

Field Detail

attributeName

protected String attributeName

testValue

protected String testValue
Constructor Detail

BaseAttributeTester

public BaseAttributeTester(String attribute,
                           String test)
Method Detail

getAttributeName

public String getAttributeName()
Returns:
String

getTestValue

public String getTestValue()
Returns:
String

asString

public String asString(Object o)
return String


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.