public class JaxbMappedSuperclass extends Object implements Serializable, EntityOrMappedSuperclass, LifecycleCallbackContainer, ManagedType
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected JaxbAttributes |
attributes |
protected String |
clazz |
protected String |
description |
protected JaxbEntityListeners |
entityListeners |
protected JaxbEmptyType |
excludeDefaultListeners |
protected JaxbEmptyType |
excludeSuperclassListeners |
protected JaxbIdClass |
idClass |
protected Boolean |
metadataComplete |
protected JaxbPostLoad |
postLoad |
protected JaxbPostPersist |
postPersist |
protected JaxbPostRemove |
postRemove |
protected JaxbPostUpdate |
postUpdate |
protected JaxbPrePersist |
prePersist |
protected JaxbPreRemove |
preRemove |
protected JaxbPreUpdate |
preUpdate |
| Constructor and Description |
|---|
JaxbMappedSuperclass() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
JaxbAttributes |
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.
|
JaxbEntityListeners |
getEntityListeners()
Gets the value of the entityListeners property.
|
JaxbEmptyType |
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.
|
JaxbEmptyType |
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.
|
JaxbIdClass |
getIdClass()
Gets the value of the idClass property.
|
JaxbPostLoad |
getPostLoad()
Gets the value of the postLoad property.
|
JaxbPostPersist |
getPostPersist()
Gets the value of the postPersist property.
|
JaxbPostRemove |
getPostRemove()
Gets the value of the postRemove property.
|
JaxbPostUpdate |
getPostUpdate()
Gets the value of the postUpdate property.
|
JaxbPrePersist |
getPrePersist()
Gets the value of the prePersist property.
|
JaxbPreRemove |
getPreRemove()
Gets the value of the preRemove property.
|
JaxbPreUpdate |
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(JaxbAttributes 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(JaxbEntityListeners value)
Sets the value of the entityListeners property.
|
void |
setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property.
|
void |
setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property.
|
void |
setIdClass(JaxbIdClass value)
Sets the value of the idClass property.
|
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.
|
void |
setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.
|
void |
setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.
|
void |
setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.
|
void |
setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.
|
void |
setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.
|
void |
setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.
|
void |
setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.
|
protected String description
protected JaxbIdClass idClass
protected JaxbEmptyType excludeDefaultListeners
protected JaxbEmptyType excludeSuperclassListeners
protected JaxbEntityListeners entityListeners
protected JaxbPrePersist prePersist
protected JaxbPostPersist postPersist
protected JaxbPreRemove preRemove
protected JaxbPostRemove postRemove
protected JaxbPreUpdate preUpdate
protected JaxbPostUpdate postUpdate
protected JaxbPostLoad postLoad
protected JaxbAttributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
public String getDescription()
getDescription in interface LifecycleCallbackContainergetDescription in interface ManagedTypeStringpublic void setDescription(String value)
setDescription in interface LifecycleCallbackContainersetDescription in interface ManagedTypevalue - allowed object is
Stringpublic JaxbIdClass getIdClass()
getIdClass in interface EntityOrMappedSuperclassJaxbIdClasspublic void setIdClass(JaxbIdClass value)
setIdClass in interface EntityOrMappedSuperclassvalue - allowed object is
JaxbIdClasspublic JaxbEmptyType getExcludeDefaultListeners()
getExcludeDefaultListeners in interface EntityOrMappedSuperclassJaxbEmptyTypepublic void setExcludeDefaultListeners(JaxbEmptyType value)
setExcludeDefaultListeners in interface EntityOrMappedSuperclassvalue - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getExcludeSuperclassListeners()
getExcludeSuperclassListeners in interface EntityOrMappedSuperclassJaxbEmptyTypepublic void setExcludeSuperclassListeners(JaxbEmptyType value)
setExcludeSuperclassListeners in interface EntityOrMappedSuperclassvalue - allowed object is
JaxbEmptyTypepublic JaxbEntityListeners getEntityListeners()
getEntityListeners in interface EntityOrMappedSuperclassJaxbEntityListenerspublic void setEntityListeners(JaxbEntityListeners value)
setEntityListeners in interface EntityOrMappedSuperclassvalue - allowed object is
JaxbEntityListenerspublic JaxbPrePersist getPrePersist()
getPrePersist in interface EntityOrMappedSuperclassgetPrePersist in interface LifecycleCallbackContainerJaxbPrePersistpublic void setPrePersist(JaxbPrePersist value)
setPrePersist in interface EntityOrMappedSuperclasssetPrePersist in interface LifecycleCallbackContainervalue - allowed object is
JaxbPrePersistpublic JaxbPostPersist getPostPersist()
getPostPersist in interface EntityOrMappedSuperclassgetPostPersist in interface LifecycleCallbackContainerJaxbPostPersistpublic void setPostPersist(JaxbPostPersist value)
setPostPersist in interface EntityOrMappedSuperclasssetPostPersist in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostPersistpublic JaxbPreRemove getPreRemove()
getPreRemove in interface EntityOrMappedSuperclassgetPreRemove in interface LifecycleCallbackContainerJaxbPreRemovepublic void setPreRemove(JaxbPreRemove value)
setPreRemove in interface EntityOrMappedSuperclasssetPreRemove in interface LifecycleCallbackContainervalue - allowed object is
JaxbPreRemovepublic JaxbPostRemove getPostRemove()
getPostRemove in interface EntityOrMappedSuperclassgetPostRemove in interface LifecycleCallbackContainerJaxbPostRemovepublic void setPostRemove(JaxbPostRemove value)
setPostRemove in interface EntityOrMappedSuperclasssetPostRemove in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostRemovepublic JaxbPreUpdate getPreUpdate()
getPreUpdate in interface EntityOrMappedSuperclassgetPreUpdate in interface LifecycleCallbackContainerJaxbPreUpdatepublic void setPreUpdate(JaxbPreUpdate value)
setPreUpdate in interface EntityOrMappedSuperclasssetPreUpdate in interface LifecycleCallbackContainervalue - allowed object is
JaxbPreUpdatepublic JaxbPostUpdate getPostUpdate()
getPostUpdate in interface EntityOrMappedSuperclassgetPostUpdate in interface LifecycleCallbackContainerJaxbPostUpdatepublic void setPostUpdate(JaxbPostUpdate value)
setPostUpdate in interface EntityOrMappedSuperclasssetPostUpdate in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostUpdatepublic JaxbPostLoad getPostLoad()
getPostLoad in interface EntityOrMappedSuperclassgetPostLoad in interface LifecycleCallbackContainerJaxbPostLoadpublic void setPostLoad(JaxbPostLoad value)
setPostLoad in interface EntityOrMappedSuperclasssetPostLoad in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostLoadpublic JaxbAttributes getAttributes()
getAttributes in interface EntityOrMappedSuperclassgetAttributes in interface ManagedTypeJaxbAttributespublic void setAttributes(JaxbAttributes value)
setAttributes in interface EntityOrMappedSuperclassvalue - allowed object is
JaxbAttributespublic String getClazz()
getClazz in interface LifecycleCallbackContainergetClazz in interface ManagedTypeStringpublic void setClazz(String value)
setClazz in interface LifecycleCallbackContainersetClazz in interface ManagedTypevalue - allowed object is
Stringpublic AccessType getAccess()
getAccess in interface ManagedTypeStringpublic void setAccess(AccessType value)
setAccess in interface ManagedTypevalue - allowed object is
Stringpublic Boolean isMetadataComplete()
isMetadataComplete in interface ManagedTypeBooleanpublic void setMetadataComplete(Boolean value)
setMetadataComplete in interface ManagedTypevalue - allowed object is
BooleanCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.