@Entity public class JPASchemaLabel extends AbstractGeneratedKeyEntity implements SchemaLabel
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPASchemaLabel() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplay() |
Locale |
getLocale() |
AbstractSchema |
getSchema() |
void |
setDisplay(String display) |
void |
setLocale(Locale locale) |
void |
setSchema(Schema schema) |
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
public static final String TABLE
public AbstractSchema getSchema()
getSchema
in interface SchemaLabel
public void setSchema(Schema schema)
setSchema
in interface SchemaLabel
public Locale getLocale()
getLocale
in interface SchemaLabel
public void setLocale(Locale locale)
setLocale
in interface SchemaLabel
public String getDisplay()
getDisplay
in interface SchemaLabel
public void setDisplay(String display)
setDisplay
in interface SchemaLabel
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.