@Entity public class EmrClusterDefinitionEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
EmrClusterDefinitionEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
Integer |
getId() |
String |
getName() |
NamespaceEntity |
getNamespace() |
void |
setConfiguration(String configuration) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setNamespace(NamespaceEntity namespace) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public NamespaceEntity getNamespace()
public void setNamespace(NamespaceEntity namespace)
public String getName()
public void setName(String name)
public String getConfiguration()
public void setConfiguration(String configuration)
Copyright © 2019. All rights reserved.