net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
Class EntityListenersImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.EntityListenersImpl
All Implemented Interfaces:
Serializable, Cloneable, EntityListeners

public class EntityListenersImpl
extends Object
implements Serializable, Cloneable, EntityListeners

See Also:
Serialized Form

Field Summary
protected  List<EntityListener> entityListener
           
 
Constructor Summary
EntityListenersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.EntityListenersImpl instance.
EntityListenersImpl(EntityListenersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.EntityListenersImpl instance by copying a given instance.
 
Method Summary
 EntityListenersImpl clone()
          Creates and returns a copy of this object.
protected static void copyEntityListener(List<EntityListener> source, List<EntityListener> target)
          Copies all values of property EntityListener.
 List<EntityListener> getEntityListener()
          Gets the value of the entityListener property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityListener

protected List<EntityListener> entityListener
Constructor Detail

EntityListenersImpl

public EntityListenersImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.EntityListenersImpl instance.


EntityListenersImpl

public EntityListenersImpl(EntityListenersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.EntityListenersImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getEntityListener

public List<EntityListener> getEntityListener()
Description copied from interface: EntityListeners
Gets the value of the entityListener property.

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

Specified by:
getEntityListener in interface EntityListeners

copyEntityListener

protected static void copyEntityListener(List<EntityListener> source,
                                         List<EntityListener> target)
Copies all values of property EntityListener.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public EntityListenersImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.