net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
Class PersistenceUnitDefaultsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.PersistenceUnitDefaultsImpl
All Implemented Interfaces:
Serializable, Cloneable, PersistenceUnitDefaults

public class PersistenceUnitDefaultsImpl
extends Object
implements Serializable, Cloneable, PersistenceUnitDefaults

See Also:
Serialized Form

Field Summary
protected  AccessType access
           
protected  EmptyTypeImpl cascadePersist
           
protected  String catalog
           
protected  EntityListenersImpl entityListeners
           
protected  String schema
           
 
Constructor Summary
PersistenceUnitDefaultsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.PersistenceUnitDefaultsImpl instance.
PersistenceUnitDefaultsImpl(PersistenceUnitDefaultsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.PersistenceUnitDefaultsImpl instance by copying a given instance.
 
Method Summary
 PersistenceUnitDefaultsImpl clone()
          Creates and returns a copy of this object.
 AccessType getAccess()
          Gets the value of the access property.
 EmptyType getCascadePersist()
          Gets the value of the cascadePersist property.
 String getCatalog()
          Gets the value of the catalog property.
 EntityListeners getEntityListeners()
          Gets the value of the entityListeners property.
 String getSchema()
          Gets the value of the schema property.
 void setAccess(AccessType value)
          Sets the value of the access property.
 void setCascadePersist(EmptyType value)
          Sets the value of the cascadePersist property.
 void setCatalog(String value)
          Sets the value of the catalog property.
 void setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 void setSchema(String value)
          Sets the value of the schema property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

protected String schema

catalog

protected String catalog

access

protected AccessType access

cascadePersist

protected EmptyTypeImpl cascadePersist

entityListeners

protected EntityListenersImpl entityListeners
Constructor Detail

PersistenceUnitDefaultsImpl

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


PersistenceUnitDefaultsImpl

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

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

getSchema

public String getSchema()
Description copied from interface: PersistenceUnitDefaults
Gets the value of the schema property.

Specified by:
getSchema in interface PersistenceUnitDefaults
Returns:
possible object is String

setSchema

public void setSchema(String value)
Description copied from interface: PersistenceUnitDefaults
Sets the value of the schema property.

Specified by:
setSchema in interface PersistenceUnitDefaults
Parameters:
value - allowed object is String

getCatalog

public String getCatalog()
Description copied from interface: PersistenceUnitDefaults
Gets the value of the catalog property.

Specified by:
getCatalog in interface PersistenceUnitDefaults
Returns:
possible object is String

setCatalog

public void setCatalog(String value)
Description copied from interface: PersistenceUnitDefaults
Sets the value of the catalog property.

Specified by:
setCatalog in interface PersistenceUnitDefaults
Parameters:
value - allowed object is String

getAccess

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

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

setAccess

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

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

getCascadePersist

public EmptyType getCascadePersist()
Description copied from interface: PersistenceUnitDefaults
Gets the value of the cascadePersist property.

Specified by:
getCascadePersist in interface PersistenceUnitDefaults
Returns:
possible object is EmptyType

setCascadePersist

public void setCascadePersist(EmptyType value)
Description copied from interface: PersistenceUnitDefaults
Sets the value of the cascadePersist property.

Specified by:
setCascadePersist in interface PersistenceUnitDefaults
Parameters:
value - allowed object is EmptyType

getEntityListeners

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

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

setEntityListeners

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

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

clone

public PersistenceUnitDefaultsImpl 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.