|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iscreen.SimpleBean
public class SimpleBean
This is a JavaBean that has a single "value" property that can be used to map a single value for validation. For single-field validations, this JavaBean should be sufficient.
| Field Summary | |
|---|---|
protected java.lang.Object |
value
|
| Constructor Summary | |
|---|---|
SimpleBean()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object theValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object value
| Constructor Detail |
|---|
public SimpleBean()
| Method Detail |
|---|
public java.lang.Object getValue()
public void setValue(java.lang.Object theValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||