net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm
Class Embeddable

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.Embeddable
All Implemented Interfaces:
Serializable, Cloneable

public class Embeddable
extends Object
implements Serializable, Cloneable

Defines the settings and mappings for embeddable objects. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations are to be processed in the class. If this is the case then the defaulting rules will be recursively applied.

See Also:
Serialized Form

Field Summary
protected  AccessType access
           
protected  EmbeddableAttributes attributes
           
protected  String clazz
           
protected  String description
           
protected  Boolean metadataComplete
           
 
Constructor Summary
Embeddable()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.Embeddable instance.
Embeddable(Embeddable o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.Embeddable instance by copying a given instance.
 
Method Summary
 Embeddable clone()
          Creates and returns a copy of this object.
 AccessType getAccess()
          Gets the value of the access property.
 EmbeddableAttributes 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.
 Boolean isMetadataComplete()
          Gets the value of the metadataComplete property.
 void setAccess(AccessType value)
          Sets the value of the access property.
 void setAttributes(EmbeddableAttributes 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 setMetadataComplete(Boolean value)
          Sets the value of the metadataComplete property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

attributes

protected EmbeddableAttributes attributes

clazz

protected String clazz

access

protected AccessType access

metadataComplete

protected Boolean metadataComplete
Constructor Detail

Embeddable

public Embeddable()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.Embeddable instance.


Embeddable

public Embeddable(Embeddable o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm.Embeddable instance by copying a given instance.

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

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getAttributes

public EmbeddableAttributes getAttributes()
Gets the value of the attributes property.

Returns:
possible object is EmbeddableAttributes

setAttributes

public void setAttributes(EmbeddableAttributes value)
Sets the value of the attributes property.

Parameters:
value - allowed object is EmbeddableAttributes

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getAccess

public AccessType getAccess()
Gets the value of the access property.

Returns:
possible object is AccessType

setAccess

public void setAccess(AccessType value)
Sets the value of the access property.

Parameters:
value - allowed object is AccessType

isMetadataComplete

public Boolean isMetadataComplete()
Gets the value of the metadataComplete property.

Returns:
possible object is Boolean

setMetadataComplete

public void setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.

Parameters:
value - allowed object is Boolean

clone

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