|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.ognl.OgnlExpressionTest.Bean
protected static final class OgnlExpressionTest.Bean
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 |
---|
public OgnlExpressionTest.Bean(String x)
x
- the property to check.
Method Detail |
---|
public String getX()
public void setX(String x)
x
- the property to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |