public class Embeddable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected EmbeddableAttributes |
attributes |
protected java.lang.String |
clazz |
protected java.lang.String |
description |
protected java.lang.Boolean |
metadataComplete |
| Constructor and Description |
|---|
Embeddable() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
EmbeddableAttributes |
getAttributes()
Gets the value of the attributes property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.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(java.lang.String value)
Sets the value of the clazz property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.
|
protected java.lang.String description
protected EmbeddableAttributes attributes
protected AccessType access
protected java.lang.String clazz
protected java.lang.Boolean metadataComplete
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic EmbeddableAttributes getAttributes()
EmbeddableAttributespublic void setAttributes(EmbeddableAttributes value)
value - allowed object is
EmbeddableAttributespublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypepublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMetadataComplete()
Booleanpublic void setMetadataComplete(java.lang.Boolean value)
value - allowed object is
Boolean