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

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

public static class BeanPropertyComparatorTest.B
extends Object


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

Constructor Detail

BeanPropertyComparatorTest.B

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

getS

public String getS()

getI

public Integer getI()

getB

public Boolean getB()

getL

public Long getL()


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