public class GmoSandboxAttribute extends Object
| Constructor and Description |
|---|
GmoSandboxAttribute() |
| Modifier and Type | Method and Description |
|---|---|
GmoSandboxAttribute |
bind(SandboxAttrGmoPersistence binding) |
String |
getColumnName() |
String |
getDescription() |
String |
getEntityType() |
String |
getGmoBinding()
compliant with SandboxAttrGmoPersistence enum: {NO, YES, GENERIC, DB_COLUMN}
|
int |
getId() |
String |
getName() |
EntityTypeState |
getPersistentState() |
String |
getSimpleType() |
GmoSandboxSuggestedValue |
getSuggestedValue()
suggester configuration
|
String |
getType() |
boolean |
isCollection() |
boolean |
isColumnMapping() |
boolean |
isPersistent() |
boolean |
isSimpleType() |
boolean |
isTransient() |
static GmoSandboxAttribute |
of(int id,
String name,
String simpleType,
String entityType,
boolean collection,
String columnName) |
void |
setCollection(boolean collection) |
void |
setColumnMapping(boolean columnMapping) |
void |
setColumnName(String columnName) |
void |
setDescription(String description) |
void |
setEntityType(String entityType) |
void |
setGmoBinding(String gmoBinding)
compliant with SandboxAttrGmoPersistence enum: {NO, YES, GENERIC, DB_COLUMN}
|
void |
setId(int id) |
void |
setName(String name) |
void |
setSimpleType(String simpleType) |
void |
setSuggestedValue(GmoSandboxSuggestedValue suggestedValue)
suggester configuration
|
String |
toString() |
public void setDescription(String description)
public GmoSandboxAttribute bind(SandboxAttrGmoPersistence binding)
public boolean isSimpleType()
public String getType()
public boolean isPersistent()
public EntityTypeState getPersistentState()
public boolean isTransient()
public static GmoSandboxAttribute of(int id, String name, String simpleType, String entityType, boolean collection, String columnName)
public int getId()
public String getName()
public String getDescription()
public String getSimpleType()
public String getEntityType()
public boolean isCollection()
public String getGmoBinding()
public boolean isColumnMapping()
public String getColumnName()
public GmoSandboxSuggestedValue getSuggestedValue()
public void setId(int id)
public void setName(String name)
public void setSimpleType(String simpleType)
public void setEntityType(String entityType)
public void setCollection(boolean collection)
public void setGmoBinding(String gmoBinding)
public void setColumnMapping(boolean columnMapping)
public void setColumnName(String columnName)
public void setSuggestedValue(GmoSandboxSuggestedValue suggestedValue)
Copyright © 2021. All rights reserved.