public class AObject1 extends Object
AObject1()
Integer
getId()
List<AObject2>
getList()
String
getName()
static AObject1
instance()
void
setId(Integer id)
setList(List<AObject2> list)
setName(String name)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AObject1()
public static AObject1 instance()
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public List<AObject2> getList()
public void setList(List<AObject2> list)
public String toString()
toString
Object
Copyright © 2015 Glasnost. All Rights Reserved.