net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
Class EntityListenersImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.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
|
Constructor Summary |
EntityListenersImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance. |
EntityListenersImpl(EntityListenersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance by copying a given instance. |
entityListener
protected EntityListener[] entityListener
EntityListenersImpl
public EntityListenersImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance.
EntityListenersImpl
public EntityListenersImpl(EntityListenersImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EntityListenersImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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
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.