@Deprecated public abstract class AbstractSimpleClass extends Object
Object.equals(Object)
, Object.hashCode()
and Object.toString()
implemented via
commons-lang builders. Useful for extend simple POJO classes.Constructor and Description |
---|
AbstractSimpleClass()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
Copyright © 2004–2021 XWiki. All rights reserved.