public abstract class AbstractEntity extends Object implements Entity
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
AbstractEntity() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkImplementationType(Implementation object,
ImplementationType expected) |
protected void |
checkType(Object object,
Class<?> clazz) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected void checkImplementationType(Implementation object, ImplementationType expected)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.