| Constructor and Description |
|---|
EntityOfSets() |
EntityOfSets(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
Set<String> |
getSetOfBasics() |
Set<Component> |
getSetOfComponents() |
Set<Component> |
getSetOfExtraLazyComponents() |
Set<EntityOfSets> |
getSetOfManyToMany() |
Set<EntityOfSets> |
getSetOfOneToMany() |
void |
setId(Integer id) |
void |
setSetOfBasics(Set<String> setOfBasics) |
void |
setSetOfComponents(Set<Component> setOfComponents) |
void |
setSetOfExtraLazyComponents(Set<Component> setOfExtraLazyComponents) |
void |
setSetOfManyToMany(Set<EntityOfSets> setOfManyToMany) |
void |
setSetOfOneToMany(Set<EntityOfSets> setOfOneToMany) |
public EntityOfSets()
public EntityOfSets(Integer id)
public Integer getId()
public void setId(Integer id)
public void setSetOfExtraLazyComponents(Set<Component> setOfExtraLazyComponents)
public Set<EntityOfSets> getSetOfOneToMany()
public void setSetOfOneToMany(Set<EntityOfSets> setOfOneToMany)
public Set<EntityOfSets> getSetOfManyToMany()
public void setSetOfManyToMany(Set<EntityOfSets> setOfManyToMany)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.