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()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public EmbeddableAttributes getAttributes()
EmbeddableAttributes
public void setAttributes(EmbeddableAttributes value)
value
- allowed object is
EmbeddableAttributes
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isMetadataComplete()
Boolean
public void setMetadataComplete(java.lang.Boolean value)
value
- allowed object is
Boolean