public static class ObjectUtilsTest.NestedBo extends Object implements BusinessObject, ObjectUtilsTest.ValueHolder
| Modifier and Type | Field and Description |
|---|---|
ObjectUtilsTest.NestedBo |
nested |
String |
value |
| Constructor and Description |
|---|
ObjectUtilsTest.NestedBo() |
| Modifier and Type | Method and Description |
|---|---|
ObjectUtilsTest.NestedBo |
getNestedImpl() |
ObjectUtilsTest.ValueHolder |
getNestedIntf() |
String |
getValue() |
void |
refresh() |
void |
setNestedImpl(ObjectUtilsTest.NestedBo nested) |
void |
setNestedIntf(ObjectUtilsTest.ValueHolder refreshable) |
void |
setValue(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic ObjectUtilsTest.NestedBo nested
public ObjectUtilsTest.NestedBo()
public void refresh()
refresh in interface BusinessObjectpublic void setNestedImpl(ObjectUtilsTest.NestedBo nested)
public ObjectUtilsTest.NestedBo getNestedImpl()
public void setNestedIntf(ObjectUtilsTest.ValueHolder refreshable)
public ObjectUtilsTest.ValueHolder getNestedIntf()
public void setValue(String value)
setValue in interface ObjectUtilsTest.ValueHolderpublic String getValue()
getValue in interface ObjectUtilsTest.ValueHolderCopyright © 2005–2014 The Kuali Foundation. All rights reserved.