public class AnotherClass extends Object
AnotherClass()
String
getBar()
DemoClass
getRef()
List<DemoClass>
getRefList()
void
setBar(String bar)
setRef(DemoClass ref)
setRefList(List<DemoClass> refList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AnotherClass()
public String getBar()
public void setBar(String bar)
public DemoClass getRef()
public void setRef(DemoClass ref)
public List<DemoClass> getRefList()
public void setRefList(List<DemoClass> refList)
Copyright © 2020. All Rights Reserved.