net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
Class EntityListenerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityListenerImpl
All Implemented Interfaces:
Serializable, Cloneable, EntityListener

public class EntityListenerImpl
extends Object
implements Serializable, Cloneable, EntityListener

See Also:
Serialized Form

Field Summary
protected  String clazz
           
protected  PostLoadImpl postLoad
           
protected  PostPersistImpl postPersist
           
protected  PostRemoveImpl postRemove
           
protected  PostUpdateImpl postUpdate
           
protected  PrePersistImpl prePersist
           
protected  PreRemoveImpl preRemove
           
protected  PreUpdateImpl preUpdate
           
 
Constructor Summary
EntityListenerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityListenerImpl instance.
EntityListenerImpl(EntityListenerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.EntityListenerImpl instance by copying a given instance.
 
Method Summary
 EntityListenerImpl clone()
          Creates and returns a copy of this object.
 String getClazz()
          Gets the value of the clazz property.
 PostLoad getPostLoad()
          Gets the value of the postLoad property.
 PostPersist getPostPersist()
          Gets the value of the postPersist property.
 PostRemove getPostRemove()
          Gets the value of the postRemove property.
 PostUpdate getPostUpdate()
          Gets the value of the postUpdate property.
 PrePersist getPrePersist()
          Gets the value of the prePersist property.
 PreRemove getPreRemove()
          Gets the value of the preRemove property.
 PreUpdate getPreUpdate()
          Gets the value of the preUpdate property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setPostLoad(PostLoad value)
          Sets the value of the postLoad property.
 void setPostPersist(PostPersist value)
          Sets the value of the postPersist property.
 void setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 void setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void setPrePersist(PrePersist value)
          Sets the value of the prePersist property.
 void setPreRemove(PreRemove value)
          Sets the value of the preRemove property.
 void setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prePersist

protected PrePersistImpl prePersist

postPersist

protected PostPersistImpl postPersist

preRemove

protected PreRemoveImpl preRemove

postRemove

protected PostRemoveImpl postRemove

preUpdate

protected PreUpdateImpl preUpdate

postUpdate

protected PostUpdateImpl postUpdate

postLoad

protected PostLoadImpl postLoad

clazz

protected String clazz
Constructor Detail

EntityListenerImpl

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


EntityListenerImpl

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

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

getPrePersist

public PrePersist getPrePersist()
Description copied from interface: EntityListener
Gets the value of the prePersist property.

Specified by:
getPrePersist in interface EntityListener
Returns:
possible object is PrePersist

setPrePersist

public void setPrePersist(PrePersist value)
Description copied from interface: EntityListener
Sets the value of the prePersist property.

Specified by:
setPrePersist in interface EntityListener
Parameters:
value - allowed object is PrePersist

getPostPersist

public PostPersist getPostPersist()
Description copied from interface: EntityListener
Gets the value of the postPersist property.

Specified by:
getPostPersist in interface EntityListener
Returns:
possible object is PostPersist

setPostPersist

public void setPostPersist(PostPersist value)
Description copied from interface: EntityListener
Sets the value of the postPersist property.

Specified by:
setPostPersist in interface EntityListener
Parameters:
value - allowed object is PostPersist

getPreRemove

public PreRemove getPreRemove()
Description copied from interface: EntityListener
Gets the value of the preRemove property.

Specified by:
getPreRemove in interface EntityListener
Returns:
possible object is PreRemove

setPreRemove

public void setPreRemove(PreRemove value)
Description copied from interface: EntityListener
Sets the value of the preRemove property.

Specified by:
setPreRemove in interface EntityListener
Parameters:
value - allowed object is PreRemove

getPostRemove

public PostRemove getPostRemove()
Description copied from interface: EntityListener
Gets the value of the postRemove property.

Specified by:
getPostRemove in interface EntityListener
Returns:
possible object is PostRemove

setPostRemove

public void setPostRemove(PostRemove value)
Description copied from interface: EntityListener
Sets the value of the postRemove property.

Specified by:
setPostRemove in interface EntityListener
Parameters:
value - allowed object is PostRemove

getPreUpdate

public PreUpdate getPreUpdate()
Description copied from interface: EntityListener
Gets the value of the preUpdate property.

Specified by:
getPreUpdate in interface EntityListener
Returns:
possible object is PreUpdate

setPreUpdate

public void setPreUpdate(PreUpdate value)
Description copied from interface: EntityListener
Sets the value of the preUpdate property.

Specified by:
setPreUpdate in interface EntityListener
Parameters:
value - allowed object is PreUpdate

getPostUpdate

public PostUpdate getPostUpdate()
Description copied from interface: EntityListener
Gets the value of the postUpdate property.

Specified by:
getPostUpdate in interface EntityListener
Returns:
possible object is PostUpdate

setPostUpdate

public void setPostUpdate(PostUpdate value)
Description copied from interface: EntityListener
Sets the value of the postUpdate property.

Specified by:
setPostUpdate in interface EntityListener
Parameters:
value - allowed object is PostUpdate

getPostLoad

public PostLoad getPostLoad()
Description copied from interface: EntityListener
Gets the value of the postLoad property.

Specified by:
getPostLoad in interface EntityListener
Returns:
possible object is PostLoad

setPostLoad

public void setPostLoad(PostLoad value)
Description copied from interface: EntityListener
Sets the value of the postLoad property.

Specified by:
setPostLoad in interface EntityListener
Parameters:
value - allowed object is PostLoad

getClazz

public String getClazz()
Description copied from interface: EntityListener
Gets the value of the clazz property.

Specified by:
getClazz in interface EntityListener
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: EntityListener
Sets the value of the clazz property.

Specified by:
setClazz in interface EntityListener
Parameters:
value - allowed object is String

clone

public EntityListenerImpl 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.