|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleAttributesEqualsCapable
Object that can compare it's attributes to another object of the same type.
| Method Summary | |
|---|---|
boolean |
simpleAttributesEquals(Object theOther)
Determines if all simple attributes ( 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). |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||