public class AObject1 extends Object
| Constructor and Description |
|---|
AObject1() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
List<AObject2> |
getList() |
String |
getName() |
static AObject1 |
instance() |
void |
setId(Integer id) |
void |
setList(List<AObject2> list) |
void |
setName(String name) |
String |
toString() |
Copyright © 2017 Glasnost. All Rights Reserved.