|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Embeddable
public class Embeddable
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.
| 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.pub.indexed.valueclass.persistence.orm.Embeddable instance. |
|
Embeddable(Embeddable o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 |
|---|
protected String description
protected EmbeddableAttributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
| Constructor Detail |
|---|
public Embeddable()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Embeddable instance.
public Embeddable(Embeddable o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Embeddable instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic EmbeddableAttributes getAttributes()
EmbeddableAttributespublic void setAttributes(EmbeddableAttributes value)
value - allowed object is
EmbeddableAttributespublic 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()
Booleanpublic void setMetadataComplete(Boolean value)
value - allowed object is
Booleanpublic Embeddable clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||