de.smartics.exceptions.ognl
Class OgnlExpressionTest.Bean

Package class diagram package OgnlExpressionTest.Bean
java.lang.Object
  extended by de.smartics.exceptions.ognl.OgnlExpressionTest.Bean
Enclosing class:
OgnlExpressionTest

protected static final class OgnlExpressionTest.Bean
     
     
extends Object

Sample bean for path expression tests.


Constructor Summary
OgnlExpressionTest.Bean(String x)
          Default constructor.
 
Method Summary
 String getX()
          Returns the property to check.
 void setX(String x)
          Sets the property to check.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlExpressionTest.Bean

public OgnlExpressionTest.Bean(String x)
Default constructor.

Parameters:
x - the property to check.
Method Detail

getX

public String getX()
Returns the property to check.

Returns:
the property to check.

setX

public void setX(String x)
Sets the property to check.

Parameters:
x - the property to check.


Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.