public class Embeddable extends Object
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected EmbeddableAttributes |
attributes |
protected String |
clazz |
protected String |
description |
protected 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.
|
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.
|
protected String description
protected EmbeddableAttributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public EmbeddableAttributes getAttributes()
EmbeddableAttributes
public void setAttributes(EmbeddableAttributes value)
value
- allowed object is
EmbeddableAttributes
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public Boolean isMetadataComplete()
Boolean
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.