public class EntityListeners extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<EntityListener> | 
entityListener  | 
| Constructor and Description | 
|---|
EntityListeners()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<EntityListener> | 
getEntityListener()
Gets the value of the entityListener property. 
 | 
protected List<EntityListener> entityListener
public List<EntityListener> getEntityListener()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the entityListener property.
 
 
For example, to add a new item, do as follows:
getEntityListener().add(newItem);
 Objects of the following type(s) are allowed in the list
 EntityListener
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.