|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl
public class MappedSuperclassImpl
| Field Summary | |
|---|---|
protected AccessType |
access
|
protected AttributesImpl |
attributes
|
protected String |
clazz
|
protected String |
description
|
protected EntityListenersImpl |
entityListeners
|
protected EmptyTypeImpl |
excludeDefaultListeners
|
protected EmptyTypeImpl |
excludeSuperclassListeners
|
protected IdClassImpl |
idClass
|
protected Boolean |
metadataComplete
|
protected PostLoadImpl |
postLoad
|
protected PostPersistImpl |
postPersist
|
protected PostRemoveImpl |
postRemove
|
protected PostUpdateImpl |
postUpdate
|
protected PrePersistImpl |
prePersist
|
protected PreRemoveImpl |
preRemove
|
protected PreUpdateImpl |
preUpdate
|
| Constructor Summary | |
|---|---|
MappedSuperclassImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance. |
|
MappedSuperclassImpl(MappedSuperclassImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MappedSuperclassImpl |
clone()
Creates and returns a copy of this object. |
AccessType |
getAccess()
Gets the value of the access property. |
Attributes |
getAttributes()
Gets the value of the attributes property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getDescription()
Gets the value of the description property. |
EntityListeners |
getEntityListeners()
Gets the value of the entityListeners property. |
EmptyType |
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property. |
EmptyType |
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property. |
IdClass |
getIdClass()
Gets the value of the idClass 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. |
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setAttributes(Attributes value)
Sets the value of the attributes property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property. |
void |
setExcludeDefaultListeners(EmptyType value)
Sets the value of the excludeDefaultListeners property. |
void |
setExcludeSuperclassListeners(EmptyType value)
Sets the value of the excludeSuperclassListeners property. |
void |
setIdClass(IdClass value)
Sets the value of the idClass property. |
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete 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 String description
protected IdClassImpl idClass
protected EmptyTypeImpl excludeDefaultListeners
protected EmptyTypeImpl excludeSuperclassListeners
protected EntityListenersImpl entityListeners
protected PrePersistImpl prePersist
protected PostPersistImpl postPersist
protected PreRemoveImpl preRemove
protected PostRemoveImpl postRemove
protected PreUpdateImpl preUpdate
protected PostUpdateImpl postUpdate
protected PostLoadImpl postLoad
protected AttributesImpl attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
| Constructor Detail |
|---|
public MappedSuperclassImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance.
public MappedSuperclassImpl(MappedSuperclassImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDescription()
MappedSuperclass
getDescription in interface MappedSuperclassStringpublic void setDescription(String value)
MappedSuperclass
setDescription in interface MappedSuperclassvalue - allowed object is
Stringpublic IdClass getIdClass()
MappedSuperclass
getIdClass in interface MappedSuperclassIdClasspublic void setIdClass(IdClass value)
MappedSuperclass
setIdClass in interface MappedSuperclassvalue - allowed object is
IdClasspublic EmptyType getExcludeDefaultListeners()
MappedSuperclass
getExcludeDefaultListeners in interface MappedSuperclassEmptyTypepublic void setExcludeDefaultListeners(EmptyType value)
MappedSuperclass
setExcludeDefaultListeners in interface MappedSuperclassvalue - allowed object is
EmptyTypepublic EmptyType getExcludeSuperclassListeners()
MappedSuperclass
getExcludeSuperclassListeners in interface MappedSuperclassEmptyTypepublic void setExcludeSuperclassListeners(EmptyType value)
MappedSuperclass
setExcludeSuperclassListeners in interface MappedSuperclassvalue - allowed object is
EmptyTypepublic EntityListeners getEntityListeners()
MappedSuperclass
getEntityListeners in interface MappedSuperclassEntityListenerspublic void setEntityListeners(EntityListeners value)
MappedSuperclass
setEntityListeners in interface MappedSuperclassvalue - allowed object is
EntityListenerspublic PrePersist getPrePersist()
MappedSuperclass
getPrePersist in interface MappedSuperclassPrePersistpublic void setPrePersist(PrePersist value)
MappedSuperclass
setPrePersist in interface MappedSuperclassvalue - allowed object is
PrePersistpublic PostPersist getPostPersist()
MappedSuperclass
getPostPersist in interface MappedSuperclassPostPersistpublic void setPostPersist(PostPersist value)
MappedSuperclass
setPostPersist in interface MappedSuperclassvalue - allowed object is
PostPersistpublic PreRemove getPreRemove()
MappedSuperclass
getPreRemove in interface MappedSuperclassPreRemovepublic void setPreRemove(PreRemove value)
MappedSuperclass
setPreRemove in interface MappedSuperclassvalue - allowed object is
PreRemovepublic PostRemove getPostRemove()
MappedSuperclass
getPostRemove in interface MappedSuperclassPostRemovepublic void setPostRemove(PostRemove value)
MappedSuperclass
setPostRemove in interface MappedSuperclassvalue - allowed object is
PostRemovepublic PreUpdate getPreUpdate()
MappedSuperclass
getPreUpdate in interface MappedSuperclassPreUpdatepublic void setPreUpdate(PreUpdate value)
MappedSuperclass
setPreUpdate in interface MappedSuperclassvalue - allowed object is
PreUpdatepublic PostUpdate getPostUpdate()
MappedSuperclass
getPostUpdate in interface MappedSuperclassPostUpdatepublic void setPostUpdate(PostUpdate value)
MappedSuperclass
setPostUpdate in interface MappedSuperclassvalue - allowed object is
PostUpdatepublic PostLoad getPostLoad()
MappedSuperclass
getPostLoad in interface MappedSuperclassPostLoadpublic void setPostLoad(PostLoad value)
MappedSuperclass
setPostLoad in interface MappedSuperclassvalue - allowed object is
PostLoadpublic Attributes getAttributes()
MappedSuperclass
getAttributes in interface MappedSuperclassAttributespublic void setAttributes(Attributes value)
MappedSuperclass
setAttributes in interface MappedSuperclassvalue - allowed object is
Attributespublic String getClazz()
MappedSuperclass
getClazz in interface MappedSuperclassStringpublic void setClazz(String value)
MappedSuperclass
setClazz in interface MappedSuperclassvalue - allowed object is
Stringpublic AccessType getAccess()
MappedSuperclass
getAccess in interface MappedSuperclassAccessTypepublic void setAccess(AccessType value)
MappedSuperclass
setAccess in interface MappedSuperclassvalue - allowed object is
AccessTypepublic Boolean isMetadataComplete()
MappedSuperclass
isMetadataComplete in interface MappedSuperclassBooleanpublic void setMetadataComplete(Boolean value)
MappedSuperclass
setMetadataComplete in interface MappedSuperclassvalue - allowed object is
Booleanpublic MappedSuperclassImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||