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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  EntityListener[] entityListener
           
 
Constructor Summary
EntityListenersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance.
EntityListenersImpl(EntityListenersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance by copying a given instance.
 
Method Summary
 EntityListenersImpl clone()
          Creates and returns a copy of this object.
protected  void copyEntityListener(EntityListener[] source)
          Copies all values of property EntityListener.
 EntityListener[] getEntityListener()
           
 EntityListener getEntityListener(int idx)
           
 int getEntityListenerLength()
           
 void setEntityListener(EntityListener[] values)
           
 EntityListener setEntityListener(int idx, EntityListener value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityListener

protected EntityListener[] entityListener
Constructor Detail

EntityListenersImpl

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


EntityListenersImpl

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

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

getEntityListener

public EntityListener[] getEntityListener()
Specified by:
getEntityListener in interface EntityListeners
Returns:
array of EntityListener

getEntityListener

public EntityListener getEntityListener(int idx)
Specified by:
getEntityListener in interface EntityListeners
Returns:
one of EntityListener

getEntityListenerLength

public int getEntityListenerLength()
Specified by:
getEntityListenerLength in interface EntityListeners

setEntityListener

public void setEntityListener(EntityListener[] values)
Specified by:
setEntityListener in interface EntityListeners
Parameters:
values - allowed objects are EntityListener

setEntityListener

public EntityListener setEntityListener(int idx,
                                        EntityListener value)
Specified by:
setEntityListener in interface EntityListeners
value - allowed object is EntityListener

copyEntityListener

protected void copyEntityListener(EntityListener[] source)
Copies all values of property EntityListener.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source 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.