public class MappedSuperclass extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected AccessType | 
access  | 
protected Attributes | 
attributes  | 
protected String | 
clazz  | 
protected String | 
description  | 
protected EntityListeners | 
entityListeners  | 
protected EmptyType | 
excludeDefaultListeners  | 
protected EmptyType | 
excludeSuperclassListeners  | 
protected IdClass | 
idClass  | 
protected Boolean | 
metadataComplete  | 
protected PostLoad | 
postLoad  | 
protected PostPersist | 
postPersist  | 
protected PostRemove | 
postRemove  | 
protected PostUpdate | 
postUpdate  | 
protected PrePersist | 
prePersist  | 
protected PreRemove | 
preRemove  | 
protected PreUpdate | 
preUpdate  | 
| Constructor and Description | 
|---|
MappedSuperclass()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected String description
protected IdClass idClass
protected EmptyType excludeDefaultListeners
protected EmptyType excludeSuperclassListeners
protected EntityListeners entityListeners
protected PrePersist prePersist
protected PostPersist postPersist
protected PreRemove preRemove
protected PostRemove postRemove
protected PreUpdate preUpdate
protected PostUpdate postUpdate
protected PostLoad postLoad
protected Attributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic IdClass getIdClass()
IdClasspublic void setIdClass(IdClass value)
value - allowed object is
     IdClasspublic EmptyType getExcludeDefaultListeners()
EmptyTypepublic void setExcludeDefaultListeners(EmptyType value)
value - allowed object is
     EmptyTypepublic EmptyType getExcludeSuperclassListeners()
EmptyTypepublic void setExcludeSuperclassListeners(EmptyType value)
value - allowed object is
     EmptyTypepublic EntityListeners getEntityListeners()
EntityListenerspublic void setEntityListeners(EntityListeners value)
value - allowed object is
     EntityListenerspublic PrePersist getPrePersist()
PrePersistpublic void setPrePersist(PrePersist value)
value - allowed object is
     PrePersistpublic PostPersist getPostPersist()
PostPersistpublic void setPostPersist(PostPersist value)
value - allowed object is
     PostPersistpublic PreRemove getPreRemove()
PreRemovepublic void setPreRemove(PreRemove value)
value - allowed object is
     PreRemovepublic PostRemove getPostRemove()
PostRemovepublic void setPostRemove(PostRemove value)
value - allowed object is
     PostRemovepublic PreUpdate getPreUpdate()
PreUpdatepublic void setPreUpdate(PreUpdate value)
value - allowed object is
     PreUpdatepublic PostUpdate getPostUpdate()
PostUpdatepublic void setPostUpdate(PostUpdate value)
value - allowed object is
     PostUpdatepublic PostLoad getPostLoad()
PostLoadpublic void setPostLoad(PostLoad value)
value - allowed object is
     PostLoadpublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
     Attributespublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
     Stringpublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
     AccessTypepublic Boolean isMetadataComplete()
BooleanCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.