|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.EntityListenerImpl
public class EntityListenerImpl
| 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.priv.indexed.novalueclass.persistence.orm.impl.EntityListenerImpl instance. |
|
EntityListenerImpl(EntityListenerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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 |
|---|
protected PrePersistImpl prePersist
protected PostPersistImpl postPersist
protected PreRemoveImpl preRemove
protected PostRemoveImpl postRemove
protected PreUpdateImpl preUpdate
protected PostUpdateImpl postUpdate
protected PostLoadImpl postLoad
protected String clazz
| Constructor Detail |
|---|
public EntityListenerImpl()
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.EntityListenerImpl instance.
public EntityListenerImpl(EntityListenerImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.EntityListenerImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PrePersist getPrePersist()
EntityListener
getPrePersist in interface EntityListenerPrePersistpublic void setPrePersist(PrePersist value)
EntityListener
setPrePersist in interface EntityListenervalue - allowed object is
PrePersistpublic PostPersist getPostPersist()
EntityListener
getPostPersist in interface EntityListenerPostPersistpublic void setPostPersist(PostPersist value)
EntityListener
setPostPersist in interface EntityListenervalue - allowed object is
PostPersistpublic PreRemove getPreRemove()
EntityListener
getPreRemove in interface EntityListenerPreRemovepublic void setPreRemove(PreRemove value)
EntityListener
setPreRemove in interface EntityListenervalue - allowed object is
PreRemovepublic PostRemove getPostRemove()
EntityListener
getPostRemove in interface EntityListenerPostRemovepublic void setPostRemove(PostRemove value)
EntityListener
setPostRemove in interface EntityListenervalue - allowed object is
PostRemovepublic PreUpdate getPreUpdate()
EntityListener
getPreUpdate in interface EntityListenerPreUpdatepublic void setPreUpdate(PreUpdate value)
EntityListener
setPreUpdate in interface EntityListenervalue - allowed object is
PreUpdatepublic PostUpdate getPostUpdate()
EntityListener
getPostUpdate in interface EntityListenerPostUpdatepublic void setPostUpdate(PostUpdate value)
EntityListener
setPostUpdate in interface EntityListenervalue - allowed object is
PostUpdatepublic PostLoad getPostLoad()
EntityListener
getPostLoad in interface EntityListenerPostLoadpublic void setPostLoad(PostLoad value)
EntityListener
setPostLoad in interface EntityListenervalue - allowed object is
PostLoadpublic String getClazz()
EntityListener
getClazz in interface EntityListenerStringpublic void setClazz(String value)
EntityListener
setClazz in interface EntityListenervalue - allowed object is
Stringpublic EntityListenerImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||