@Entity @ImplementationCheck public class JPAImplementation extends AbstractProvidedKeyEntity implements Implementation
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPAImplementation() |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
ImplementationEngine |
getEngine() |
ImplementationType |
getType() |
void |
setBody(String body) |
void |
setEngine(ImplementationEngine engine) |
void |
setType(ImplementationType type) |
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setKey
public static final String TABLE
public ImplementationEngine getEngine()
getEngine
in interface Implementation
public void setEngine(ImplementationEngine engine)
setEngine
in interface Implementation
public ImplementationType getType()
getType
in interface Implementation
public void setType(ImplementationType type)
setType
in interface Implementation
public String getBody()
getBody
in interface Implementation
public void setBody(String body)
setBody
in interface Implementation
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.