| Constructor and Description |
|---|
EntityOfLists() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
List<String> |
getListOfBasics() |
List<Component> |
getListOfComponents() |
List<EntityOfLists> |
getListOfManyToMany() |
List<EntityOfLists> |
getListOfOneToMany() |
void |
setId(Integer id) |
void |
setListOfBasics(List<String> listOfBasics) |
void |
setListOfComponents(List<Component> listOfComponents) |
void |
setListOfManyToMany(List<EntityOfLists> listOfManyToMany) |
void |
setListOfOneToMany(List<EntityOfLists> listOfOneToMany) |
public Integer getId()
public void setId(Integer id)
public List<EntityOfLists> getListOfOneToMany()
public void setListOfOneToMany(List<EntityOfLists> listOfOneToMany)
public List<EntityOfLists> getListOfManyToMany()
public void setListOfManyToMany(List<EntityOfLists> listOfManyToMany)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.