net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
Class EmbeddableImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableImpl
All Implemented Interfaces:
Serializable, Cloneable, Embeddable

public class EmbeddableImpl
extends Object
implements Serializable, Cloneable, Embeddable

See Also:
Serialized Form

Field Summary
protected  AccessType access
           
protected  EmbeddableAttributesImpl attributes
           
protected  String clazz
           
protected  String description
           
protected  Boolean metadataComplete
           
 
Constructor Summary
EmbeddableImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableImpl instance.
EmbeddableImpl(EmbeddableImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableImpl instance by copying a given instance.
 
Method Summary
 EmbeddableImpl 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 EmbeddableAttributesImpl attributes

clazz

protected String clazz

access

protected AccessType access

metadataComplete

protected Boolean metadataComplete
Constructor Detail

EmbeddableImpl

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


EmbeddableImpl

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

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

getDescription

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

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

setDescription

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

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

getAttributes

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

Specified by:
getAttributes in interface Embeddable
Returns:
possible object is EmbeddableAttributes

setAttributes

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

Specified by:
setAttributes in interface Embeddable
Parameters:
value - allowed object is EmbeddableAttributes

getClazz

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

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

setClazz

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

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

getAccess

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

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

setAccess

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

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

isMetadataComplete

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

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

setMetadataComplete

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

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

clone

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