net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
Class MappedSuperclassImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl
All Implemented Interfaces:
Serializable, Cloneable, MappedSuperclass

public class MappedSuperclassImpl
extends Object
implements Serializable, Cloneable, MappedSuperclass

See Also:
Serialized Form

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.pub.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance.
MappedSuperclassImpl(MappedSuperclassImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.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

description

protected String description

idClass

protected IdClassImpl idClass

excludeDefaultListeners

protected EmptyTypeImpl excludeDefaultListeners

excludeSuperclassListeners

protected EmptyTypeImpl excludeSuperclassListeners

entityListeners

protected EntityListenersImpl entityListeners

prePersist

protected PrePersistImpl prePersist

postPersist

protected PostPersistImpl postPersist

preRemove

protected PreRemoveImpl preRemove

postRemove

protected PostRemoveImpl postRemove

preUpdate

protected PreUpdateImpl preUpdate

postUpdate

protected PostUpdateImpl postUpdate

postLoad

protected PostLoadImpl postLoad

attributes

protected AttributesImpl attributes

clazz

protected String clazz

access

protected AccessType access

metadataComplete

protected Boolean metadataComplete
Constructor Detail

MappedSuperclassImpl

public MappedSuperclassImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance.


MappedSuperclassImpl

public MappedSuperclassImpl(MappedSuperclassImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.MappedSuperclassImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public String getDescription()
Description copied from interface: MappedSuperclass
Gets the value of the description property.

Specified by:
getDescription in interface MappedSuperclass
Returns:
possible object is String

setDescription

public void setDescription(String value)
Description copied from interface: MappedSuperclass
Sets the value of the description property.

Specified by:
setDescription in interface MappedSuperclass
Parameters:
value - allowed object is String

getIdClass

public IdClass getIdClass()
Description copied from interface: MappedSuperclass
Gets the value of the idClass property.

Specified by:
getIdClass in interface MappedSuperclass
Returns:
possible object is IdClass

setIdClass

public void setIdClass(IdClass value)
Description copied from interface: MappedSuperclass
Sets the value of the idClass property.

Specified by:
setIdClass in interface MappedSuperclass
Parameters:
value - allowed object is IdClass

getExcludeDefaultListeners

public EmptyType getExcludeDefaultListeners()
Description copied from interface: MappedSuperclass
Gets the value of the excludeDefaultListeners property.

Specified by:
getExcludeDefaultListeners in interface MappedSuperclass
Returns:
possible object is EmptyType

setExcludeDefaultListeners

public void setExcludeDefaultListeners(EmptyType value)
Description copied from interface: MappedSuperclass
Sets the value of the excludeDefaultListeners property.

Specified by:
setExcludeDefaultListeners in interface MappedSuperclass
Parameters:
value - allowed object is EmptyType

getExcludeSuperclassListeners

public EmptyType getExcludeSuperclassListeners()
Description copied from interface: MappedSuperclass
Gets the value of the excludeSuperclassListeners property.

Specified by:
getExcludeSuperclassListeners in interface MappedSuperclass
Returns:
possible object is EmptyType

setExcludeSuperclassListeners

public void setExcludeSuperclassListeners(EmptyType value)
Description copied from interface: MappedSuperclass
Sets the value of the excludeSuperclassListeners property.

Specified by:
setExcludeSuperclassListeners in interface MappedSuperclass
Parameters:
value - allowed object is EmptyType

getEntityListeners

public EntityListeners getEntityListeners()
Description copied from interface: MappedSuperclass
Gets the value of the entityListeners property.

Specified by:
getEntityListeners in interface MappedSuperclass
Returns:
possible object is EntityListeners

setEntityListeners

public void setEntityListeners(EntityListeners value)
Description copied from interface: MappedSuperclass
Sets the value of the entityListeners property.

Specified by:
setEntityListeners in interface MappedSuperclass
Parameters:
value - allowed object is EntityListeners

getPrePersist

public PrePersist getPrePersist()
Description copied from interface: MappedSuperclass
Gets the value of the prePersist property.

Specified by:
getPrePersist in interface MappedSuperclass
Returns:
possible object is PrePersist

setPrePersist

public void setPrePersist(PrePersist value)
Description copied from interface: MappedSuperclass
Sets the value of the prePersist property.

Specified by:
setPrePersist in interface MappedSuperclass
Parameters:
value - allowed object is PrePersist

getPostPersist

public PostPersist getPostPersist()
Description copied from interface: MappedSuperclass
Gets the value of the postPersist property.

Specified by:
getPostPersist in interface MappedSuperclass
Returns:
possible object is PostPersist

setPostPersist

public void setPostPersist(PostPersist value)
Description copied from interface: MappedSuperclass
Sets the value of the postPersist property.

Specified by:
setPostPersist in interface MappedSuperclass
Parameters:
value - allowed object is PostPersist

getPreRemove

public PreRemove getPreRemove()
Description copied from interface: MappedSuperclass
Gets the value of the preRemove property.

Specified by:
getPreRemove in interface MappedSuperclass
Returns:
possible object is PreRemove

setPreRemove

public void setPreRemove(PreRemove value)
Description copied from interface: MappedSuperclass
Sets the value of the preRemove property.

Specified by:
setPreRemove in interface MappedSuperclass
Parameters:
value - allowed object is PreRemove

getPostRemove

public PostRemove getPostRemove()
Description copied from interface: MappedSuperclass
Gets the value of the postRemove property.

Specified by:
getPostRemove in interface MappedSuperclass
Returns:
possible object is PostRemove

setPostRemove

public void setPostRemove(PostRemove value)
Description copied from interface: MappedSuperclass
Sets the value of the postRemove property.

Specified by:
setPostRemove in interface MappedSuperclass
Parameters:
value - allowed object is PostRemove

getPreUpdate

public PreUpdate getPreUpdate()
Description copied from interface: MappedSuperclass
Gets the value of the preUpdate property.

Specified by:
getPreUpdate in interface MappedSuperclass
Returns:
possible object is PreUpdate

setPreUpdate

public void setPreUpdate(PreUpdate value)
Description copied from interface: MappedSuperclass
Sets the value of the preUpdate property.

Specified by:
setPreUpdate in interface MappedSuperclass
Parameters:
value - allowed object is PreUpdate

getPostUpdate

public PostUpdate getPostUpdate()
Description copied from interface: MappedSuperclass
Gets the value of the postUpdate property.

Specified by:
getPostUpdate in interface MappedSuperclass
Returns:
possible object is PostUpdate

setPostUpdate

public void setPostUpdate(PostUpdate value)
Description copied from interface: MappedSuperclass
Sets the value of the postUpdate property.

Specified by:
setPostUpdate in interface MappedSuperclass
Parameters:
value - allowed object is PostUpdate

getPostLoad

public PostLoad getPostLoad()
Description copied from interface: MappedSuperclass
Gets the value of the postLoad property.

Specified by:
getPostLoad in interface MappedSuperclass
Returns:
possible object is PostLoad

setPostLoad

public void setPostLoad(PostLoad value)
Description copied from interface: MappedSuperclass
Sets the value of the postLoad property.

Specified by:
setPostLoad in interface MappedSuperclass
Parameters:
value - allowed object is PostLoad

getAttributes

public Attributes getAttributes()
Description copied from interface: MappedSuperclass
Gets the value of the attributes property.

Specified by:
getAttributes in interface MappedSuperclass
Returns:
possible object is Attributes

setAttributes

public void setAttributes(Attributes value)
Description copied from interface: MappedSuperclass
Sets the value of the attributes property.

Specified by:
setAttributes in interface MappedSuperclass
Parameters:
value - allowed object is Attributes

getClazz

public String getClazz()
Description copied from interface: MappedSuperclass
Gets the value of the clazz property.

Specified by:
getClazz in interface MappedSuperclass
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: MappedSuperclass
Sets the value of the clazz property.

Specified by:
setClazz in interface MappedSuperclass
Parameters:
value - allowed object is String

getAccess

public AccessType getAccess()
Description copied from interface: MappedSuperclass
Gets the value of the access property.

Specified by:
getAccess in interface MappedSuperclass
Returns:
possible object is AccessType

setAccess

public void setAccess(AccessType value)
Description copied from interface: MappedSuperclass
Sets the value of the access property.

Specified by:
setAccess in interface MappedSuperclass
Parameters:
value - allowed object is AccessType

isMetadataComplete

public Boolean isMetadataComplete()
Description copied from interface: MappedSuperclass
Gets the value of the metadataComplete property.

Specified by:
isMetadataComplete in interface MappedSuperclass
Returns:
possible object is Boolean

setMetadataComplete

public void setMetadataComplete(Boolean value)
Description copied from interface: MappedSuperclass
Sets the value of the metadataComplete property.

Specified by:
setMetadataComplete in interface MappedSuperclass
Parameters:
value - allowed object is Boolean

clone

public MappedSuperclassImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.