org.apache.commons.beanutils.bugs
Class Jira339TestCase.TestBean

java.lang.Object
  extended by org.apache.commons.beanutils.bugs.Jira339TestCase.TestBean
Enclosing class:
Jira339TestCase

public static class Jira339TestCase.TestBean
extends Object

Test Bean.


Field Summary
private  Comparator comparator
           
 
Constructor Summary
Jira339TestCase.TestBean()
           
 
Method Summary
 Comparator getComparator()
          Return the comparator.
 void setComparator(Comparator comparator)
          Set the comparator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comparator

private Comparator comparator
Constructor Detail

Jira339TestCase.TestBean

public Jira339TestCase.TestBean()
Method Detail

getComparator

public Comparator getComparator()
Return the comparator.

Returns:
the comparator

setComparator

public void setComparator(Comparator comparator)
Set the comparator.

Parameters:
comparator - the comparator


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.