|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.bean.NestedBean
public class NestedBean
Another Example Bean
Constructor Summary | |
---|---|
NestedBean()
Constructor for NestedBean. |
Method Summary | |
---|---|
String |
getStringValue()
Returns the stringValue. |
void |
setStringValue(String stringValue)
Sets the stringValue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NestedBean()
Method Detail |
---|
public String getStringValue()
public void setStringValue(String stringValue)
stringValue
- The stringValue to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |