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 |
---|
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, wait
toString
public ObjectUtilsTest.NestedBo nested
public NestedBo()
public void refresh()
refresh
in interface BusinessObject
public 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.ValueHolder
public String getValue()
getValue
in interface ObjectUtilsTest.ValueHolder
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.