org.springframework.binding.support
Class AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
java.lang.Object
org.springframework.binding.support.AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
- Enclosing class:
- AnnotationAwareBeanPropertyAccessStrategyTests
public static class AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean
public AnnotationAwareBeanPropertyAccessStrategyTests.NoAnnotationTestBean()
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.