org.kuali.rice.krad.util
Class BeanPropertyComparatorTest.A

java.lang.Object
  extended by org.kuali.rice.krad.util.BeanPropertyComparatorTest.A
Enclosing class:
BeanPropertyComparatorTest

public static class BeanPropertyComparatorTest.A
extends Object


Constructor Summary
BeanPropertyComparatorTest.A(String s, Integer i, Boolean b)
           
 
Method Summary
 Boolean getB()
           
 Integer getI()
           
 String getS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertyComparatorTest.A

public BeanPropertyComparatorTest.A(String s,
                                    Integer i,
                                    Boolean b)
Method Detail

getS

public String getS()

getI

public Integer getI()

getB

public Boolean getB()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.