public abstract class BaseEntity<T> extends Object implements IEntity<T>, Formattable
| Modifier and Type | Field and Description |
|---|---|
static String |
XML |
static String |
XML_COMPACT |
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertAttributeEquals(Object instance,
String entityName,
String name,
Object expectedValue,
Object actualValue) |
protected boolean |
equals(Object o1,
Object o2) |
void |
formatTo(Formatter formatter,
int flags,
int width,
int precision) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, mergeAttributespublic static final String XML
public static final String XML_COMPACT
Copyright © 2022 Unidal Organization. All rights reserved.