org.springframework.binding.support
Class AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
Enclosing class:
AnnotationAwareBeanPropertyAccessStrategyTests

public static class AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
extends Object


Constructor Summary
AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean()
           
 
Method Summary
 double getAge()
           
 String getName()
           
 int getRank()
           
 void setAge(double age)
           
 void setName(String name)
           
 void setRank(int rank)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean

public AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getAge

public double getAge()

setAge

public void setAge(double age)

getRank

public int getRank()

setRank

public void setRank(int rank)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.