org.springframework.rules.metadata
Class AttributesRulesSourceTests.Foo

Show UML class diagram
java.lang.Object
  extended by org.springframework.rules.metadata.AttributesRulesSourceTests.Foo
Enclosing class:
AttributesRulesSourceTests

public static class AttributesRulesSourceTests.Foo
extends Object


Constructor Summary
AttributesRulesSourceTests.Foo()
           
 
Method Summary
 String getProperty1()
           
 String getProperty2()
           
 void setProperty1(String property1)
           
 void setProperty2(String property2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesRulesSourceTests.Foo

public AttributesRulesSourceTests.Foo()
Method Detail

getProperty1

public String getProperty1()

setProperty1

public void setProperty1(String property1)

getProperty2

public String getProperty2()

setProperty2

public void setProperty2(String property2)


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