public interface SimpleAttributesEqualsCapable
| Modifier and Type | Method and Description |
|---|---|
boolean |
simpleAttributesEquals(Object theOther)
|
boolean simpleAttributesEquals(Object theOther)
boolean, byte,
short, int, long, float, double,
char Boolean, Byte, Short,
Integer, Long, Float, Double,
Character and String ) of the object are equal to the
fields of the other object (using the Object.equals(Object)
method). No complex types like lists, maps or sub-objects will be
compared.theOther - Object to compare with. If null or not an
instance of this class then false will be
returned.true else
false.Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.