public class JaxbMappedSuperclass extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JaxbAccessType |
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 |
|---|---|
JaxbAccessType |
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(JaxbAccessType 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 JaxbAccessType access
protected Boolean metadataComplete
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic JaxbIdClass getIdClass()
JaxbIdClasspublic void setIdClass(JaxbIdClass value)
value - allowed object is
JaxbIdClasspublic JaxbEmptyType getExcludeDefaultListeners()
JaxbEmptyTypepublic void setExcludeDefaultListeners(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEmptyType getExcludeSuperclassListeners()
JaxbEmptyTypepublic void setExcludeSuperclassListeners(JaxbEmptyType value)
value - allowed object is
JaxbEmptyTypepublic JaxbEntityListeners getEntityListeners()
JaxbEntityListenerspublic void setEntityListeners(JaxbEntityListeners value)
value - allowed object is
JaxbEntityListenerspublic JaxbPrePersist getPrePersist()
JaxbPrePersistpublic void setPrePersist(JaxbPrePersist value)
value - allowed object is
JaxbPrePersistpublic JaxbPostPersist getPostPersist()
JaxbPostPersistpublic void setPostPersist(JaxbPostPersist value)
value - allowed object is
JaxbPostPersistpublic JaxbPreRemove getPreRemove()
JaxbPreRemovepublic void setPreRemove(JaxbPreRemove value)
value - allowed object is
JaxbPreRemovepublic JaxbPostRemove getPostRemove()
JaxbPostRemovepublic void setPostRemove(JaxbPostRemove value)
value - allowed object is
JaxbPostRemovepublic JaxbPreUpdate getPreUpdate()
JaxbPreUpdatepublic void setPreUpdate(JaxbPreUpdate value)
value - allowed object is
JaxbPreUpdatepublic JaxbPostUpdate getPostUpdate()
JaxbPostUpdatepublic void setPostUpdate(JaxbPostUpdate value)
value - allowed object is
JaxbPostUpdatepublic JaxbPostLoad getPostLoad()
JaxbPostLoadpublic void setPostLoad(JaxbPostLoad value)
value - allowed object is
JaxbPostLoadpublic JaxbAttributes getAttributes()
JaxbAttributespublic void setAttributes(JaxbAttributes value)
value - allowed object is
JaxbAttributespublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic JaxbAccessType getAccess()
JaxbAccessTypepublic void setAccess(JaxbAccessType value)
value - allowed object is
JaxbAccessTypepublic Boolean isMetadataComplete()
BooleanCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.